Searched defs:kern_ctx_type (Results 1 – 3 of 3) 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 2275 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument 3334 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) 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 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument
|