Home
last modified time | relevance | path

Searched refs:__BPF_PAD (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
H A Dfilter.h582 #define __BPF_REG_0(...) __BPF_PAD(5)
583 #define __BPF_REG_1(...) __BPF_MAP(1, __VA_ARGS__), __BPF_PAD(4)
584 #define __BPF_REG_2(...) __BPF_MAP(2, __VA_ARGS__), __BPF_PAD(3)
585 #define __BPF_REG_3(...) __BPF_MAP(3, __VA_ARGS__), __BPF_PAD(2)
586 #define __BPF_REG_4(...) __BPF_MAP(4, __VA_ARGS__), __BPF_PAD(1)
603 #define __BPF_PAD(n) \ macro