Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/gdm724x/
Dnetlink_k.c19 #define ND_NLMSG_SPACE(len) (NLMSG_SPACE(len) + ND_IFINDEX_LEN)
106 skb = alloc_skb(NLMSG_SPACE(len), GFP_ATOMIC); in netlink_send()
/linux-6.12.1/tools/include/uapi/linux/
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-6.12.1/include/uapi/linux/
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-6.12.1/tools/testing/selftests/net/netfilter/
Daudit_logread.c53 .nlmsg_len = NLMSG_SPACE(sizeof(msg.u.s)), in audit_send()
/linux-6.12.1/samples/connector/
Dcn_test.c51 size = NLMSG_SPACE(size0);
Ducon.c54 size = NLMSG_SPACE(sizeof(struct cn_msg) + msg->len); in netlink_send()