Searched refs:NLMSG_SPACE (Results 1 – 4 of 4) sorted by relevance
83 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro90 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
34 #define ND_NLMSG_SPACE(len) (NLMSG_SPACE(len) + ND_IFINDEX_LEN)128 skb = alloc_skb(NLMSG_SPACE(len), GFP_ATOMIC); in netlink_send()
64 size = NLMSG_SPACE(size0);
68 size = NLMSG_SPACE(sizeof(struct cn_msg) + msg->len); in netlink_send()