Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c3173 struct bpf_kfunc_desc { struct
3193 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
3202 static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc,
3207 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
3208 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
3222 static struct bpf_kfunc_desc *
3225 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
3239 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
3439 struct bpf_kfunc_desc *desc; in add_kfunc_call()
3529 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
[all …]