Searched defs:kern_ctx_type (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/bpf/ |
H A D | syscall.c | 71 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) argument 2284 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 3319 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) argument
|
H A D | btf.c | 5885 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument 5895 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument 5902 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument
|
H A D | verifier.c | 37 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
|
/linux/include/linux/ |
H A D | bpf.h | 2405 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
|