Home
last modified time | relevance | path

Searched refs:audit_make_reply (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/
Daudit.h236 extern struct sk_buff *audit_make_reply(__u32 portid, int seq, int type,
Dauditfilter.c1049 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()
Daudit.c561 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()