Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_generic.c67 if (!netif_xmit_frozen_or_stopped(txq)) { in __skb_dequeue_bad_txq()
251 if (!netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
271 netif_xmit_frozen_or_stopped(txq)) in dequeue_skb()
326 if (!netif_xmit_frozen_or_stopped(txq)) in sch_direct_xmit()
Dsch_teql.c315 if (!netif_xmit_frozen_or_stopped(slave_txq) && in teql_master_xmit()
/Linux-v4.19/net/xfrm/
Dxfrm_device.c247 if (!netif_xmit_frozen_or_stopped(txq)) in xfrm_dev_resume()
/Linux-v4.19/net/core/
Dnetpoll.c124 if (netif_xmit_frozen_or_stopped(txq) || in queue_process()
/Linux-v4.19/include/linux/
Dnetdevice.h3092 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped() function