Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:next_net_device

Proto:static inline struct net_device *next_net_device(struct net_device *dev)

Type:struct net_device

Parameter:

TypeParameterName
struct net_device *dev
2611  net = Net namespace inlines
2612  lh = next
2613  Return If lh == dev_base_head Then NULL Else net_device_entry(lh)