Home
last modified time | relevance | path

Searched refs:skb_get_tx_queue (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_generic.c92 txq = skb_get_tx_queue(txq->dev, skb); in dequeue_skb()
229 txq = skb_get_tx_queue(dev, skb); in qdisc_restart()
/linux-4.4.14/drivers/net/wan/
Ddlci.c196 struct netdev_queue *txq = skb_get_tx_queue(dev, skb); in dlci_transmit()
/linux-4.4.14/net/core/
Dnetpoll.c114 txq = skb_get_tx_queue(dev, skb); in queue_process()
Dpktgen.c3439 txq = skb_get_tx_queue(odev, pkt_dev->skb); in pktgen_xmit()
/linux-4.4.14/include/linux/
Dnetdevice.h1865 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() function
/linux-4.4.14/net/packet/
Daf_packet.c265 txq = skb_get_tx_queue(dev, skb); in packet_direct_xmit()