Searched refs:NLMSG_SPACE (Results 1 – 3 of 3) sorted by relevance
93 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
149 .nlmsg_len = NLMSG_SPACE(sizeof(msg.rule)) + in audit_filter_exe()176 .nlmsg_len = NLMSG_SPACE(sizeof(msg.rule)), in audit_filter_drop()197 .nlmsg_len = NLMSG_SPACE(sizeof(msg.status)), in audit_set_status()
53 .nlmsg_len = NLMSG_SPACE(sizeof(msg.u.s)), in audit_send()
Completed in 5 milliseconds