Home
last modified time | relevance | path

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

/linux/tools/accounting/
H A Dprocacct.c52 #define NLA_PAYLOAD(len) (len - NLA_HDRLEN) macro
226 int aggr_len = NLA_PAYLOAD(na->nla_len); in handle_aggr()
H A Dgetdelays.c41 #define NLA_PAYLOAD(len) (len - NLA_HDRLEN) macro
666 aggr_len = NLA_PAYLOAD(na->nla_len); in main()
H A Ddelaytop.c55 #define NLA_PAYLOAD(len) (len - NLA_HDRLEN) macro
690 nested_len = NLA_PAYLOAD(na->nla_len); in fetch_and_fill_task_info()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_smc.c56 #define NLA_PAYLOAD(len) ((len) - NLA_HDRLEN) macro
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c24 #define NLA_PAYLOAD(len) ((len) - NLA_HDRLEN) macro