Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.h236 extern struct sk_buff *audit_make_reply(int seq, int type, int done, int multi,
H A Daudit.c937 struct sk_buff *audit_make_reply(int seq, int type, int done, in audit_make_reply() function
1010 reply->skb = audit_make_reply(seq, type, done, multi, payload, size); in audit_send_reply()
1208 skb = audit_make_reply(0, AUDIT_REPLACE, 0, 0, &pvnr, sizeof(pvnr)); in audit_replace()
H A Dauditfilter.c1094 skb = audit_make_reply(seq, AUDIT_LIST_RULES, 0, 1, in audit_list_rules()
1102 skb = audit_make_reply(seq, AUDIT_LIST_RULES, 1, 1, NULL, 0); in audit_list_rules()