Home
last modified time | relevance | path

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

/openbmc/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.c40 #define NLA_PAYLOAD(len) (len - NLA_HDRLEN) macro
498 aggr_len = NLA_PAYLOAD(na->nla_len); in main()
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c24 #define NLA_PAYLOAD(len) ((len) - NLA_HDRLEN) macro