Searched refs:audit_make_reply (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | audit.h | 248 extern struct sk_buff *audit_make_reply(__u32 portid, int seq, int type,
|
D | auditfilter.c | 1015 skb = audit_make_reply(portid, seq, AUDIT_LIST_RULES, in audit_list_rules() 1023 skb = audit_make_reply(portid, seq, AUDIT_LIST_RULES, 1, 1, NULL, 0); in audit_list_rules()
|
D | audit.c | 551 struct sk_buff *audit_make_reply(__u32 portid, int seq, int type, int done, in audit_make_reply() function 618 skb = audit_make_reply(portid, seq, type, done, multi, payload, size); in audit_send_reply()
|