Searched refs:audit_send (Results 1 – 2 of 2) sorted by relevance
48 int audit_send(int fd, uint16_t type, uint32_t key, uint32_t val) in audit_send() function84 ret = audit_send(fd, AUDIT_SET, key, val); in audit_set()
62 static int audit_send(const int fd, const struct audit_message *const msg) in audit_send() function119 err = audit_send(fd, request); in audit_request()