Home
last modified time | relevance | path

Searched refs:NLMSG_LENGTH (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dnetlink.h82 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN) macro
83 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
84 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0)))
/linux-4.1.27/tools/hv/
Dhv_vss_daemon.c156 nlh.nlmsg_len = NLMSG_LENGTH(size); in netlink_send()
220 vss_recv_buffer_len = NLMSG_LENGTH(0) + sizeof(struct cn_msg) + sizeof(struct hv_vss_msg); in main()
Dhv_kvp_daemon.c1401 nlh.nlmsg_len = NLMSG_LENGTH(size); in netlink_send()
1471 kvp_recv_buffer_len = NLMSG_LENGTH(0) + sizeof(struct cn_msg) + sizeof(struct hv_kvp_msg); in main()
/linux-4.1.27/Documentation/accounting/
Dgetdelays.c129 msg.n.nlmsg_len = NLMSG_LENGTH(GENL_HDRLEN); in send_cmd()