Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dnetlink.h100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
A Dif_link.h399 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/tools/lib/bpf/
A Dnetlink.c258 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_genl_family_id()
415 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_xdp_features()
703 NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL); in get_tc_info()
/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)
A Ddelaytop.c59 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
/tools/testing/selftests/nci/
A Dnci_dev.c22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
/tools/testing/selftests/net/
A Dipsec.c1677 size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused)); in xfrm_spdinfo_attrs()

Completed in 27 milliseconds