函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\neighbour.h Create Date:2022-07-27 07:06:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:neigh_key_eq128

函数原型:static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey)

返回类型:bool

参数:

类型参数名称
const struct neighbour *n
const void *pkey
273  n32等于primary_key
274  p32等于pkey
276  返回:n32[0]按位异或p32[0]按位或n32[1]按位异或p32[1]按位或n32[2]按位异或p32[2]按位或n32[3]按位异或p32[3]的值恒等于0