Home
last modified time | relevance | path

Searched defs:BPF_PROG_TYPE (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dsyscall.c67 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) macro
2221 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ macro
3212 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) macro
H A Dbtf.c5866 #define BPF_PROG_TYPE( global() macro
5876 #define BPF_PROG_TYPE( global() macro
5883 #define BPF_PROG_TYPE( global() macro
H A Dverifier.c37 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ macro