Searched refs:audit_make_reply (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/ |
D | audit.h | 236 extern struct sk_buff *audit_make_reply(__u32 portid, int seq, int type,
|
D | auditfilter.c | 1049 skb = audit_make_reply(portid, seq, AUDIT_LIST_RULES, in audit_list_rules() 1057 skb = audit_make_reply(portid, seq, AUDIT_LIST_RULES, 1, 1, NULL, 0); in audit_list_rules()
|
D | audit.c | 561 struct sk_buff *audit_make_reply(__u32 portid, int seq, int type, int done, in audit_make_reply() function 628 skb = audit_make_reply(portid, seq, type, done, multi, payload, size); in audit_send_reply()
|