Home
last modified time | relevance | path

Searched refs:NLMSG_PAYLOAD (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dif_addr.h70 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
A Drtnetlink.h398 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
797 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
A Dnetlink.h110 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
A Dif_link.h398 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/linux-6.3-rc2/include/uapi/linux/netfilter/
A Dnfnetlink_compat.h61 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
/linux-6.3-rc2/tools/include/uapi/linux/
A Dnetlink.h100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
A Dif_link.h372 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/linux-6.3-rc2/tools/lib/bpf/
A Dnetlink.c257 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_genl_family_id()
414 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_xdp_features()
678 NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL); in get_tc_info()
/linux-6.3-rc2/tools/accounting/
A Dprocacct.c50 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
A Dgetdelays.c38 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
/linux-6.3-rc2/tools/testing/selftests/nci/
A Dnci_dev.c22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
/linux-6.3-rc2/tools/testing/selftests/net/
A Dipsec.c1676 size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused)); in xfrm_spdinfo_attrs()

Completed in 40 milliseconds