Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dsch_generic.c53 if (!netif_xmit_frozen_or_stopped(txq)) in qdisc_maybe_clear_missed()
85 if (!netif_xmit_frozen_or_stopped(txq)) { in __skb_dequeue_bad_txq()
254 if (!netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
275 netif_xmit_frozen_or_stopped(txq)) { in dequeue_skb()
335 if (!netif_xmit_frozen_or_stopped(txq)) in sch_direct_xmit()
Dsch_teql.c313 if (!netif_xmit_frozen_or_stopped(slave_txq) && in teql_master_xmit()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_device.c341 if (!netif_xmit_frozen_or_stopped(txq)) in xfrm_dev_resume()
/kernel/linux/linux-5.10/net/core/
Dnetpoll.c126 if (netif_xmit_frozen_or_stopped(txq) || in queue_process()
Ddev.c3779 if (likely(!netif_xmit_frozen_or_stopped(txq))) in __dev_xmit_skb()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch153 - if (likely(!netif_xmit_frozen_or_stopped(txq)))
389 if (!netif_xmit_frozen_or_stopped(txq))
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h3414 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped() function