Searched refs:NLMSG_PAYLOAD (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
H A D | ifmetric.c_netlink-invalid-arg.patch | 11 l = NLMSG_PAYLOAD(n, sizeof(struct rtmsg));
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_addr.h | 70 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
|
H A D | rtnetlink.h | 398 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) 650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg)) 798 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
|
H A D | netlink.h | 110 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
|
H A D | if_link.h | 398 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | nfnetlink_compat.h | 61 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
|
H A D | if_link.h | 372 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 258 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_genl_family_id() 415 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_xdp_features() 689 NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL); in get_tc_info()
|
/openbmc/linux/tools/accounting/ |
H A D | procacct.c | 50 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
H A D | getdelays.c | 38 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
/openbmc/linux/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 1677 size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused)); in xfrm_spdinfo_attrs()
|