Home
last modified time | relevance | path

Searched refs:bpf_kfunc_desc (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dfixups.c116 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
117 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
130 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
134 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
144 static int set_kfunc_desc_imm(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc) in set_kfunc_desc_imm()
H A Dverifier.c2481 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
2482 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
2496 static struct bpf_kfunc_desc *
2499 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
2513 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
2801 struct bpf_kfunc_desc *desc; in bpf_add_kfunc_call()
13664 struct bpf_kfunc_desc *desc; in check_kfunc_call()
20581 static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc, int insn_idx) in specialize_kfunc()
20650 struct bpf_kfunc_desc *desc; in bpf_fixup_kfunc_call()
/linux/include/linux/
H A Dbpf_verifier.h1669 struct bpf_kfunc_desc { struct
1687 struct bpf_kfunc_desc descs[]; argument