Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.c187 /* AUDIT_BUFSIZ is the size of the temporary buffer used for formatting
190 #define AUDIT_BUFSIZ 1024 macro
1795 ab->skb = nlmsg_new(AUDIT_BUFSIZ, gfp_mask); in audit_buffer_alloc()
1973 avail = audit_expand(ab, AUDIT_BUFSIZ); in audit_log_vformat()
1981 * here and AUDIT_BUFSIZ is at least 1024, then we can in audit_log_vformat()
1984 max_t(unsigned, AUDIT_BUFSIZ, 1+len-avail)); in audit_log_vformat()
2043 new_len = AUDIT_BUFSIZ*(((new_len-avail)/AUDIT_BUFSIZ) + 1); in audit_log_n_hex()