Home
last modified time | relevance | path

Searched refs:prog_ctx_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbtf.c5585 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
5586 prog_ctx_type _id##_prog; \
5595 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
5602 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
5688 const struct btf_member *prog_ctx_type, *kern_ctx_type; in btf_translate_to_vmlinux() local
5690 prog_ctx_type = btf_get_prog_ctx_type(log, btf, t, prog_type, arg); in btf_translate_to_vmlinux()
5691 if (!prog_ctx_type) in btf_translate_to_vmlinux()
5693 kern_ctx_type = prog_ctx_type + 1; in btf_translate_to_vmlinux()
H A Dsyscall.c64 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) argument
2041 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
2964 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) argument
H A Dverifier.c34 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument
/openbmc/linux/include/linux/
H A Dbpf.h2054 #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) \ argument