Function report | 
Source Code:kernel\audit.c | 
Create Date:2022-07-28 11:22:43 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:audit_make_reply
Proto:struct sk_buff *audit_make_reply(int seq, int type, int done, int multi, const void *payload, int size)
Type:struct sk_buff
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| int | seq | |
| int | type | |
| int | done | |
| int | multi | |
| const void * | payload | |
| int | size | 
| 907 | flags = If multi Then Multipart message, terminated by NLMSG_DONE Else 0 | 
| 908 | t = If done Then End of a dump Else type | 
| 911 | If Not skb Then Return NULL | 
| 915 | If Not nlh Then Go to out_kfree_skb | 
| 918 | No 3D Now!(data, payload, size) | 
| 919 | Return skb | 
| 921 | out_kfree_skb : | 
| 922 | free an sk_buff | 
| 923 | Return NULL | 
| Name | Describe | 
|---|---|
| audit_send_reply | audit_send_reply - send an audit reply message via netlink*@request_skb: skb of request we are replying to (used to target the reply)*@seq: sequence number*@type: audit message type*@done: done (last) flag*@multi: multi-part message flag*@payload: payload | 
| audit_replace | |
| audit_list_rules | List rules using struct audit_rule_data. | 
| 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  |