Searched defs:___bpf_narg (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | bpf_helpers.h | 190 #define ___bpf_narg(...) \ macro
|
A D | bpf_tracing.h | 630 #define ___bpf_narg(...) ___bpf_nth(_, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0) macro
|
Completed in 7 milliseconds