Searched defs:BPF_PROG_TYPE (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
H A D | syscall.c | 67 #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 D | btf.c | 5866 #define BPF_PROG_TYPE( global() macro 5876 #define BPF_PROG_TYPE( global() macro 5883 #define BPF_PROG_TYPE( global() macro
|
H A D | verifier.c | 37 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ macro
|