Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:neigh_key_eq128

Proto:static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey)

Type:bool

Parameter:

TypeParameterName
const struct neighbour *n
const void *pkey
273  n32 = primary_key
274  p32 = pkey
276  Return ( n32[0] ^ p32[0] | n32[1] ^ p32[1] | n32[2] ^ p32[2] | n32[3] ^ p32[3] ) == 0