Lines Matching refs:bpf_kfunc_desc
3180 struct bpf_kfunc_desc { struct
3200 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
3209 static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc,
3214 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
3215 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
3229 static struct bpf_kfunc_desc *
3232 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
3246 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
3446 struct bpf_kfunc_desc *desc; in add_kfunc_call()
3536 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
3537 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
3546 static int set_kfunc_desc_imm(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc) in set_kfunc_desc_imm()
3594 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
3598 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
23160 static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc, int insn_idx) in specialize_kfunc()
23229 struct bpf_kfunc_desc *desc; in fixup_kfunc_call()