Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1454 struct bpf_kfunc_desc { struct
1468 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
/linux/kernel/bpf/
H A Dfixups.c60 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
61 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
74 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
78 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
88 static int set_kfunc_desc_imm(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc) in set_kfunc_desc_imm()
H A Dverifier.c2766 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
2767 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
2781 static struct bpf_kfunc_desc *
2784 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
2798 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
2998 struct bpf_kfunc_desc *desc; in bpf_add_kfunc_call()
19711 static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc, int insn_idx) in specialize_kfunc()
19780 struct bpf_kfunc_desc *desc; in bpf_fixup_kfunc_call()