Searched refs:prog_ctx_type (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | syscall.c | 73 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) 2341 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ in bpf_prog_free_id() 3460 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) in bpf_link_prime() 72 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument 2262 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument 3338 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument
|
| H A D | btf.c | 6024 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ in btf_parse() 6025 prog_ctx_type _id##_prog; \ in btf_parse() 6034 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ in btf_parse() 6041 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ 6060 /* ctx_type is a pointer to prog_ctx_type in vmlinux. 6076 /* ctx_type is a pointer to prog_ctx_type in vmlinux. in find_canonical_prog_ctx_type() 6048 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument 6058 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument 6065 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument
|
| H A D | verifier.c | 38 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ 37 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument
|
| /linux/include/linux/ |
| H A D | bpf.h | 2687 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ in bpf_map_memcg_enter() 2562 BPF_PROG_TYPE(_id,_name,prog_ctx_type,kern_ctx_type) global() argument
|