Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dsch_generic.c86 txq = skb_get_tx_queue(txq->dev, skb); in __skb_dequeue_bad_txq()
259 txq = skb_get_tx_queue(txq->dev, skb); in dequeue_skb()
405 txq = skb_get_tx_queue(dev, skb); in qdisc_restart()
/Linux-v6.6/net/ipv6/
Dioam6.c729 queue = skb_get_tx_queue(skb_dst(skb)->dev, skb); in __ioam6_fill_trace_data()
/Linux-v6.6/include/linux/
Dnetdevice.h2493 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() function
/Linux-v6.6/net/core/
Dpktgen.c3542 txq = skb_get_tx_queue(odev, pkt_dev->skb); in pktgen_xmit()
Ddev.c4418 txq = skb_get_tx_queue(dev, skb); in __dev_direct_xmit()