H A D | filter.h | 477 #define __BPF_MAP_1(m, v, t, a, ...) m(t, a) argument 478 #define __BPF_MAP_2(m, v, t, a, ...) m(t, a), __BPF_MAP_1(m, v, __VA_ARGS__) argument 479 #define __BPF_MAP_3(m, v, t, a, ...) m(t, a), __BPF_MAP_2(m, v, __VA_ARGS__) argument 480 #define __BPF_MAP_4(m, v, t, a, ...) m(t, a), __BPF_MAP_3(m, v, __VA_ARGS__) argument 481 #define __BPF_MAP_5(m, v, t, a, ...) m(t, a), __BPF_MAP_4(m, v, __VA_ARGS__) argument 493 #define __BPF_CAST(t, a) \ argument 497 (unsigned long)0, (t)0))) a 501 #define __BPF_DECL_ARGS(t, a) t a argument 502 #define __BPF_DECL_REGS(t, a) u64 a argument
|