Home
last modified time | relevance | path

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

/kernel/
Daudit.h248 extern struct sk_buff *audit_make_reply(__u32 portid, int seq, int type,
Dauditfilter.c1015 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()
Daudit.c551 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()