Searched refs:start_xmit (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/Documentation/networking/ |
D | ppp_generic.txt | 48 * start_xmit() is called by the generic layer when it has a frame to 50 flow-control reasons. In this case, start_xmit() should return 0 54 is accepted, the start_xmit() function should return 1. 74 rejected a call to its start_xmit function, and can now accept more 119 presented to the start_xmit() function contain only the 2-byte 153 when the core networking code calls the generic layer's start_xmit() 156 The start_xmit function always accepts and queues the packet which it 167 channel's start_xmit() function. If the channel refuses to take 169 generic layer will call the channel's start_xmit() function again 171 networking code calls the generic layer's start_xmit() function [all …]
|
D | pktgen.txt | 217 Default xmit_mode is "start_xmit". 368 xmit_mode <start_xmit|netif_receive>
|
/linux-4.4.14/include/linux/ |
D | ppp_channel.h | 32 int (*start_xmit)(struct ppp_channel *, struct sk_buff *); member
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 637 txbi->start_xmit = 0; in jme_free_tx_resources() 1508 ctxbi->start_xmit = 0; in jme_tx_clean_tasklet() 2210 txbi->start_xmit = jiffies; in jme_fill_tx_desc() 2211 if (!txbi->start_xmit) in jme_fill_tx_desc() 2212 txbi->start_xmit = (0UL-1); in jme_fill_tx_desc() 2238 if (unlikely(txbi->start_xmit && in jme_stop_queue_if_full() 2239 (jiffies - txbi->start_xmit) >= TX_TIMEOUT && in jme_stop_queue_if_full()
|
D | jme.h | 370 unsigned long start_xmit; member
|
/linux-4.4.14/net/atm/ |
D | pppoatm.c | 389 .start_xmit = pppoatm_send,
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | network.c | 243 .start_xmit = ipwireless_ppp_start_xmit,
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_synctty.c | 103 .start_xmit = ppp_sync_send,
|
D | pptp.c | 649 .start_xmit = pptp_xmit,
|
D | ppp_generic.c | 1383 if (pch->chan->ops->start_xmit(pch->chan, skb)) in ppp_push() 1617 !chan->ops->start_xmit(chan, frag)) in ppp_mp_explode() 1653 if (!pch->chan->ops->start_xmit(pch->chan, skb)) { in ppp_channel_push()
|
D | ppp_async.c | 114 .start_xmit = ppp_async_send,
|
D | pppoe.c | 991 .start_xmit = pppoe_xmit,
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | dl2k.c | 74 static netdev_tx_t start_xmit (struct sk_buff *skb, struct net_device *dev); 102 .ndo_start_xmit = start_xmit, 644 start_xmit (struct sk_buff *skb, struct net_device *dev) in start_xmit() function
|
/linux-4.4.14/drivers/tty/ |
D | cyclades.c | 1390 static void start_xmit(struct cyclades_port *info) in start_xmit() function 1806 start_xmit(info); in cy_write() 1867 start_xmit(info); in cy_flush_chars() 2516 start_xmit(info); in cy_break() 2525 start_xmit(info); in cy_break()
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_ppp.c | 23 .start_xmit = ppp_irnet_send,
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 915 static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) in start_xmit() function 1404 .ndo_start_xmit = start_xmit,
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ppp.c | 136 .start_xmit = pppol2tp_xmit,
|