Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_generic.c55 if (!netif_xmit_frozen_or_stopped(txq)) in qdisc_maybe_clear_missed()
89 if (!netif_xmit_frozen_or_stopped(txq)) { in __skb_dequeue_bad_txq()
262 if (!netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
283 netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
343 if (!netif_xmit_frozen_or_stopped(txq)) in sch_direct_xmit()
H A Dsch_teql.c313 if (!netif_xmit_frozen_or_stopped(slave_txq) && in teql_master_xmit()
/linux/net/xfrm/
H A Dxfrm_device.c479 if (!netif_xmit_frozen_or_stopped(txq)) in xfrm_dev_resume()
/linux/net/core/
H A Dnetpoll.c114 if (netif_xmit_frozen_or_stopped(txq) || in queue_process()
/linux/include/linux/
H A Dnetdevice.h3647 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped() function