Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:22:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static void audit_send_reply(struct sk_buff *request_skb, int seq, int type, int done, int multi, const void *payload, int size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | request_skb | |
int | seq | |
int | type | |
int | done | |
int | multi | |
const void * | payload | |
int | size |
961 | reply = Allocation memory |
964 | If Not reply Then Return |
978 | free an sk_buff |
979 | out : |
Name | Describe |
---|---|
audit_get_feature | |
audit_receive_msg |
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 |