Searched refs:__BPF_MAP_3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 454 #define __BPF_MAP_3(m, v, t, a, ...) m(t, a), __BPF_MAP_2(m, v, __VA_ARGS__) macro 455 #define __BPF_MAP_4(m, v, t, a, ...) m(t, a), __BPF_MAP_3(m, v, __VA_ARGS__)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 479 #define __BPF_MAP_3(m, v, t, a, ...) m(t, a), __BPF_MAP_2(m, v, __VA_ARGS__) macro 480 #define __BPF_MAP_4(m, v, t, a, ...) m(t, a), __BPF_MAP_3(m, v, __VA_ARGS__)
|
Completed in 5 milliseconds