Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_addr.h69 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
A Drtnetlink.h389 #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))
A Dnetlink.h101 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
A Dif_link.h369 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/linux/include/uapi/linux/netfilter/
A Dnfnetlink_compat.h61 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
/linux/tools/include/uapi/linux/
A Dnetlink.h100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
A Dif_link.h369 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/linux/tools/accounting/
A Dgetdelays.c38 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
/linux/tools/lib/bpf/
A Dnetlink.c528 NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL); in get_tc_info()
/linux/tools/testing/selftests/nci/
A Dnci_dev.c22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
/linux/tools/testing/selftests/net/
A Dipsec.c1691 size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused)); in xfrm_spdinfo_attrs()

Completed in 29 milliseconds