Lines Matching refs:has
25 has a very simple interface with the generic PPP code: it merely has
45 Each channel has to provide two functions to the generic PPP layer,
48 * start_xmit() is called by the generic layer when it has a frame to
49 send. The channel has the option of rejecting the frame for
64 * ppp_register_channel() is called when a channel has been created, to
73 * ppp_output_wakeup() is called by a channel when it has previously
77 * ppp_input() is called by a channel when it has received a complete
80 * ppp_input_error() is called by a channel when it has detected that a
81 frame has been lost or dropped (for example, because of a FCS (frame
107 The channel then has to report the channel number assigned to it back
147 The generic PPP layer has been designed to minimize the amount of data
154 function with the queue stopped, i.e. when the generic layer has
183 scheme has the effect that more fragments are given to higher-
194 The PPP generic layer has been designed to be SMP-safe. Locks are