Lines Matching refs:transmit
34 responsible for splitting datagrams on transmit and recombining them
86 (e.g. an ioctl) to transmit this back to user-space, as user-space
148 that it buffers in the transmit direction. It maintains a queue of
149 transmit packets for the PPP unit (network interface device) plus a
150 queue of transmit packets for each attached channel. Normally the
151 transmit queue for the unit will contain at most one packet; the
155 called netif_stop_queue(), which only happens on a transmit timeout.
157 is asked to transmit.
159 Transmit packets are dequeued from the PPP unit transmit queue and
181 to transmit. The channel may still refuse a fragment; in this case
182 the fragment is queued up for the channel to transmit later. This
331 SC_COMP_TCP enable transmit TCP header compression
343 SC_MP_XSHORTSEQ transmit short multilink sequence nos.
364 parameters. The ppp_option_data struct also contains a `transmit'
366 otherwise the transmit path.
385 the transmit and receive idle timers is restricted to those which
402 NPMODE_PASS normal operation, transmit and receive packets
404 NPMODE_ERROR drop packets and return an error on transmit
405 NPMODE_QUEUE queue up packets for transmit, drop received
423 passed but they do not reset the transmit or receive idle timer.