Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Reset all TX qdiscs greater than index of a device.

Proto:static inline void qdisc_reset_all_tx_gt(struct net_device *dev, unsigned int i)

Type:void

Parameter:

TypeParameterName
struct net_device *dev
unsigned inti
719  When i < num_tx_queues cycle
720  qdisc = l_dereference - fetch RCU pointer when updates are prevented by RTNL*@p: The pointer to read, prior to dereferencing* Return the value of the specified RCU-protected pointer, but omit* the READ_ONCE(), because caller holds RTNL.(qdisc)
721  If qdisc Then