Lines Matching full:transmit
38 responsible for splitting datagrams on transmit and recombining them
90 (e.g. an ioctl) to transmit this back to user-space, as user-space
152 that it buffers in the transmit direction. It maintains a queue of
153 transmit packets for the PPP unit (network interface device) plus a
154 queue of transmit packets for each attached channel. Normally the
155 transmit queue for the unit will contain at most one packet; the
159 called netif_stop_queue(), which only happens on a transmit timeout.
161 is asked to transmit.
163 Transmit packets are dequeued from the PPP unit transmit queue and
185 to transmit. The channel may still refuse a fragment; in this case
186 the fragment is queued up for the channel to transmit later. This
347 SC_COMP_TCP enable transmit TCP header compression
359 SC_MP_XSHORTSEQ transmit short multilink sequence nos.
384 parameters. The ppp_option_data struct also contains a ``transmit``
386 otherwise the transmit path.
405 the transmit and receive idle timers is restricted to those which
425 NPMODE_PASS normal operation, transmit and receive packets
427 NPMODE_ERROR drop packets and return an error on transmit
428 NPMODE_QUEUE queue up packets for transmit, drop received
447 passed but they do not reset the transmit or receive idle timer.