Searched refs:__BPF_PAD (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 458 #define __BPF_REG_0(...) __BPF_PAD(5) 459 #define __BPF_REG_1(...) __BPF_MAP(1, __VA_ARGS__), __BPF_PAD(4) 460 #define __BPF_REG_2(...) __BPF_MAP(2, __VA_ARGS__), __BPF_PAD(3) 461 #define __BPF_REG_3(...) __BPF_MAP(3, __VA_ARGS__), __BPF_PAD(2) 462 #define __BPF_REG_4(...) __BPF_MAP(4, __VA_ARGS__), __BPF_PAD(1) 479 #define __BPF_PAD(n) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 483 #define __BPF_REG_0(...) __BPF_PAD(5) 484 #define __BPF_REG_1(...) __BPF_MAP(1, __VA_ARGS__), __BPF_PAD(4) 485 #define __BPF_REG_2(...) __BPF_MAP(2, __VA_ARGS__), __BPF_PAD(3) 486 #define __BPF_REG_3(...) __BPF_MAP(3, __VA_ARGS__), __BPF_PAD(2) 487 #define __BPF_REG_4(...) __BPF_MAP(4, __VA_ARGS__), __BPF_PAD(1) 504 #define __BPF_PAD(n) \ macro
|
Completed in 5 milliseconds