Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\xfrm.c Create Date:2022-07-28 19:16:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:selinux_xfrm_skb_sid

Proto:int selinux_xfrm_skb_sid(struct sk_buff *skb, unsigned int *sid)

Type:int

Parameter:

TypeParameterName
struct sk_buff *skb
unsigned int *sid
274  rc = selinux_xfrm_skb_sid_ingress(skb, sid, 0)
275  If rc == 0 && sid == unspecified SID Then sid = selinux_xfrm_skb_sid_egress(skb)
278  Return rc