Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\xfrm.c Create Date:2022-07-28 19:16:38
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_egress

Proto:static unsigned int selinux_xfrm_skb_sid_egress(struct sk_buff *skb)

Type:unsigned int

Parameter:

TypeParameterName
struct sk_buff *skb
214  dst = skb_dst - returns skb dst_entry*@skb: buffer* Returns skb dst_entry, regardless of reference taken or not.
217  If (dst == NULL) Then Return unspecified SID
219  x = xfrm
220  If x == NULL || Not Returns true if the xfrm contains a security blob for SELinux. Then Return unspecified SID
223  Return ctx_sid
Caller
NameDescribe
selinux_xfrm_skb_sid