Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_generic.c93 if (!netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
102 !netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
164 if (!netif_xmit_frozen_or_stopped(txq)) in sch_direct_xmit()
186 if (ret && netif_xmit_frozen_or_stopped(txq)) in sch_direct_xmit()
Dsch_teql.c314 if (!netif_xmit_frozen_or_stopped(slave_txq) && in teql_master_xmit()
/linux-4.1.27/net/core/
Dnetpoll.c118 if (netif_xmit_frozen_or_stopped(txq) || in queue_process()
/linux-4.1.27/include/linux/
Dnetdevice.h2606 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped() function