Lines Matching refs:bpf_kfunc_desc
3080 struct bpf_kfunc_desc { struct
3100 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
3111 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
3112 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
3126 static const struct bpf_kfunc_desc *
3129 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
3143 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
3251 struct bpf_kfunc_desc *desc; in add_kfunc_call()
3374 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
3375 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
3405 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
3409 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
21872 const struct bpf_kfunc_desc *desc; in fixup_kfunc_call()