Searched refs:NLMSG_PAYLOAD (Results 1 – 8 of 8) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | netlink.h | 100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
|
| A D | if_link.h | 399 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
| /tools/lib/bpf/ |
| 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() 703 NLMSG_PAYLOAD(nh, sizeof(*tc)), NULL); in get_tc_info()
|
| /tools/accounting/ |
| A D | procacct.c | 50 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
| A D | getdelays.c | 38 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
| A D | delaytop.c | 59 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
| /tools/testing/selftests/nci/ |
| A D | nci_dev.c | 22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
|
| /tools/testing/selftests/net/ |
| A D | ipsec.c | 1677 size_t len = NLMSG_PAYLOAD(&req.nh, sizeof(req.unused)); in xfrm_spdinfo_attrs()
|
Completed in 27 milliseconds