Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_generic.c88 txq = skb_get_tx_queue(txq->dev, skb); in __skb_dequeue_bad_txq()
261 txq = skb_get_tx_queue(txq->dev, skb); in dequeue_skb()
407 txq = skb_get_tx_queue(dev, skb); in qdisc_restart()
/linux/net/core/
H A Dpktgen.c3634 txq = skb_get_tx_queue(odev, pkt_dev->skb); in pktgen_xmit()
H A Ddev.c4762 txq = skb_get_tx_queue(dev, skb); in __dev_direct_xmit()
/linux/include/linux/
H A Dnetdevice.h2640 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() function