Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:netdev_phys_item_id_same

Proto:static inline bool netdev_phys_item_id_same(struct netdev_phys_item_id *a, struct netdev_phys_item_id *b)

Type:bool

Parameter:

TypeParameterName
struct netdev_phys_item_id *a
struct netdev_phys_item_id *b
830  Return id_len == id_len && memcmp(id, id, id_len) == 0