Home
last modified time | relevance | path

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

/linux/tools/accounting/
H A Dgetdelays.c41 #define NLA_PAYLOAD(len) (len - NLA_HDRLEN) macro
696 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/nci/
H A Dnci_dev.c24 #define NLA_PAYLOAD(len) ((len) - NLA_HDRLEN) macro