Searched refs:audit_log_format (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | audit.h | 574 extern void audit_log_format(struct audit_buffer *ab, 609 #define audit_log_format(b,f,...) do { ; } while (0) macro
|
/include/net/ |
D | xfrm.h | 647 audit_log_format(audit_buf, "op=%s", op); in xfrm_audit_start() 657 audit_log_format(audit_buf, " auid=%u ses=%u", auid, ses); in xfrm_audit_helper_usrinfo() 660 audit_log_format(audit_buf, " subj=%s", secctx); in xfrm_audit_helper_usrinfo()
|