函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\xfrm.c Create Date:2022-07-27 20:46:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:selinux_xfrm_skb_sid_egress

函数原型:static unsigned int selinux_xfrm_skb_sid_egress(struct sk_buff *skb)

返回类型:unsigned int

参数:

类型参数名称
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  如果(dst == NULL)则返回:unspecified SID
219  x等于xfrm
220  如果x恒等于NULL或非Returns true if the xfrm contains a security blob for SELinux.则返回:unspecified SID
223  返回:ctx_sid
调用者
名称描述
selinux_xfrm_skb_sid