Searched refs:NLMSG_SPACE (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/gdm724x/
H A Dnetlink_k.c19 #define ND_NLMSG_SPACE(len) (NLMSG_SPACE(len) + ND_IFINDEX_LEN)
106 skb = alloc_skb(NLMSG_SPACE(len), GFP_ATOMIC);
/linux-master/tools/include/uapi/linux/
H A Dnetlink.h93 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro
100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
/linux-master/include/uapi/linux/
H A Dnetlink.h102 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro
110 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
/linux-master/samples/connector/
H A Ducon.c54 size = NLMSG_SPACE(sizeof(struct cn_msg) + msg->len);
H A Dcn_test.c51 size = NLMSG_SPACE(size0);
/linux-master/tools/testing/selftests/net/netfilter/
H A Daudit_logread.c53 .nlmsg_len = NLMSG_SPACE(sizeof(msg.u.s)),

Completed in 217 milliseconds