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:LSM hook implementation that checks and/or returns the xfrm sid for the* incoming packet.
Proto:int selinux_xfrm_decode_session(struct sk_buff *skb, unsigned int *sid, int ckall)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct sk_buff * | skb | |
| unsigned int * | sid | |
| int | ckall |
| 263 | If (skb == NULL) Then |
| 264 | sid = unspecified SID |
| 265 | Return 0 |
| 267 | Return selinux_xfrm_skb_sid_ingress(skb, sid, ckall) |
| 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 |