Searched refs:NLMSG_PAYLOAD (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/include/uapi/linux/ |
| D | if_addr.h | 69 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
|
| D | rtnetlink.h | 389 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) 640 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg)) 781 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
|
| D | netlink.h | 101 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
|
| D | if_link.h | 369 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
| /Linux-v5.15/include/uapi/linux/netfilter/ |
| D | nfnetlink_compat.h | 61 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | netlink.h | 100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
|
| D | if_link.h | 182 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
| /Linux-v5.15/tools/accounting/ |
| D | getdelays.c | 38 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
| /Linux-v5.15/tools/lib/bpf/ |
| D | netlink.c | 528 NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL); in get_tc_info()
|
| /Linux-v5.15/tools/testing/selftests/nci/ |
| D | nci_dev.c | 22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | ipsec.c | 1691 size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused)); in xfrm_spdinfo_attrs()
|