Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/net/ipv6/
Dioam6.c729 queue = skb_get_tx_queue(skb_dst(skb)->dev, skb); in __ioam6_fill_trace_data()
/linux-6.1.9/include/linux/
Dnetdevice.h2432 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() function
/linux-6.1.9/net/core/
Dpktgen.c3544 txq = skb_get_tx_queue(odev, pkt_dev->skb); in pktgen_xmit()
Ddev.c4305 txq = skb_get_tx_queue(dev, skb); in __dev_direct_xmit()