Lines Matching refs:bpf_kfunc_desc
2460 struct bpf_kfunc_desc { struct
2480 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
2491 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
2492 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
2506 static const struct bpf_kfunc_desc *
2509 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
2523 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
2625 struct bpf_kfunc_desc *desc; in add_kfunc_call()
2748 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
2749 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
2779 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
2783 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
18243 const struct bpf_kfunc_desc *desc; in fixup_kfunc_call()