Symbol: NLMSG_PAYLOAD
include/uapi/linux/if_addr.h
70
#define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
include/uapi/linux/if_link.h
402
#define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
include/uapi/linux/netfilter/nfnetlink_compat.h
61
#define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
include/uapi/linux/rtnetlink.h
408
#define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
include/uapi/linux/rtnetlink.h
664
#define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
include/uapi/linux/rtnetlink.h
818
#define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
tools/accounting/delaytop.c
58
#define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
tools/accounting/getdelays.c
39
#define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
tools/accounting/procacct.c
50
#define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
tools/include/uapi/linux/if_addr.h
70
#define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
tools/include/uapi/linux/if_link.h
399
#define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
tools/include/uapi/linux/rtnetlink.h
408
#define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
tools/include/uapi/linux/rtnetlink.h
664
#define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
tools/include/uapi/linux/rtnetlink.h
818
#define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
tools/lib/bpf/netlink.c
260
NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL);
tools/lib/bpf/netlink.c
417
NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL);
tools/lib/bpf/netlink.c
705
NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL);
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
54
#define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
tools/testing/selftests/nci/nci_dev.c
22
#define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
tools/testing/selftests/net/ipsec.c
1681
size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused));