Lines Matching refs:bpf_kfunc_desc
2628 struct bpf_kfunc_desc { struct
2648 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
2659 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
2660 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
2674 static const struct bpf_kfunc_desc *
2677 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
2691 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
2799 struct bpf_kfunc_desc *desc; in add_kfunc_call()
2922 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
2923 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
2953 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
2957 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
20310 const struct bpf_kfunc_desc *desc; in fixup_kfunc_call()