Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:xfrm_addr_equal

Proto:static inline bool xfrm_addr_equal(const xfrm_address_t *a, const xfrm_address_t *b, sa_family_t family)

Type:bool

Parameter:

TypeParameterName
const xfrm_address_t *a
const xfrm_address_t *b
sa_family_tfamily
1699  Default
1700  Case family == Internet IP Protocol
1701  Return (a4 ^ a4) == 0
1702  Case family == IP version 6
1703  Return xfrm6_addr_equal(a, b)