Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\netdevice.h Create Date:2022-07-28 06:04:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_queue_stopped - test if transmit queue is flowblocked*@dev: network device* Test if transmit queue on device is currently unable to send.

Proto:static inline bool netif_queue_stopped(const struct net_device *dev)

Type:bool

Parameter:

TypeParameterName
const struct net_device *dev
3189  Return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0))