Home
last modified time | relevance | path

Searched refs:GENLMSG_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/linux/tools/accounting/
H A Dprocacct.c50 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN) macro
371 rep_len = GENLMSG_PAYLOAD(&msg.n); in main()
H A Dgetdelays.c39 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN) macro
656 rep_len = GENLMSG_PAYLOAD(&msg.n); in main()
H A Ddelaytop.c58 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN) macro
685 nl_len = GENLMSG_PAYLOAD(&resp.n); in fetch_and_fill_task_info()
845 nl_len = GENLMSG_PAYLOAD(&resp.n); in get_container_stats()
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c22 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN) macro
201 resp_len = GENLMSG_PAYLOAD(&ans.n); in get_family_id()
284 resp_len = GENLMSG_PAYLOAD(&msg->n); in get_dev_enable_state()
668 resp_len = GENLMSG_PAYLOAD(&ans.n); in get_taginfo()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_smc.c54 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN) macro