Searched refs:__BPF_MAP_2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | filter.h | 468 #define __BPF_MAP_2(m, v, t, a, ...) m(t, a), __BPF_MAP_1(m, v, __VA_ARGS__) macro 469 #define __BPF_MAP_3(m, v, t, a, ...) m(t, a), __BPF_MAP_2(m, v, __VA_ARGS__)
|