Function report |
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 activity | Download SCCT | Chinese |
Name:selinux_xfrm_skb_sid
Proto:int selinux_xfrm_skb_sid(struct sk_buff *skb, unsigned int *sid)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |