Home
last modified time | relevance | path

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

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