Home
last modified time | relevance | path

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

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