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