Searched refs:___bpf_nth (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/lib/bpf/ |
D | bpf_tracing.h | 300 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N macro 302 ___bpf_nth(_, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0) 304 ___bpf_nth(_, ##__VA_ARGS__, N, N, N, N, N, N, N, N, N, N, 0)
|