Searched refs:NLMSG_SPACE (Results 1 – 6 of 6) 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)))
102 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro110 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
147 .nlmsg_len = NLMSG_SPACE(sizeof(msg.rule)) + in audit_filter_exe()174 .nlmsg_len = NLMSG_SPACE(sizeof(msg.rule)), in audit_filter_drop()195 .nlmsg_len = NLMSG_SPACE(sizeof(msg.status)), in audit_set_status()
53 .nlmsg_len = NLMSG_SPACE(sizeof(msg.u.s)), in audit_send()
51 size = NLMSG_SPACE(size0);
54 size = NLMSG_SPACE(sizeof(struct cn_msg) + msg->len); in netlink_send()