Function report |
Source Code:security\selinux\netlink.c |
Create Date:2022-07-28 19:07:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:selnl_msglen
Proto:static int selnl_msglen(int msgtype)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | msgtype |
26 | ret = 0 |
29 | Case msgtype == SELNL_MSG_SETENFORCE |
30 | ret = sizeof(structselnl_msg_setenforce) |
31 | Break |
33 | Case msgtype == SELNL_MSG_POLICYLOAD |
34 | ret = sizeof(structselnl_msg_policyload) |
35 | Break |
37 | Default |
38 | BUG() |
40 | Return ret |
Name | Describe |
---|---|
selnl_notify |
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 |