Searched refs:process_audit_string (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/journal/ |
D | fuzz-journald-audit.c | 11 process_audit_string(&s, 0, s.buffer, size); in LLVMFuzzerTestOneInput()
|
D | journald-audit.h | 9 void process_audit_string(Server *s, int type, const char *data, size_t size);
|
D | journald-audit.c | 334 void process_audit_string(Server *s, int type, const char *data, size_t size) { in process_audit_string() function 457 …process_audit_string(s, nl->nlmsg_type, NLMSG_DATA(nl), nl->nlmsg_len - ALIGN(sizeof(struct nlmsgh… in server_process_audit_message()
|