Searched refs:NLMSG_SPACE (Results 1 – 2 of 2) sorted by relevance
52 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
162 if (ep - bp < NLMSG_SPACE(0)) { in netfilter_read_linux()381 while ((u_int)len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, (u_int)len)) { in netfilter_send_config_msg()