Lines Matching refs:bpf_kfunc_desc
2970 struct bpf_kfunc_desc { struct
2990 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
3001 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
3002 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
3016 static const struct bpf_kfunc_desc *
3019 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
3033 const struct bpf_kfunc_desc *desc; in bpf_get_kfunc_addr()
3141 struct bpf_kfunc_desc *desc; in add_kfunc_call()
3264 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm_off()
3265 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm_off()
3295 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
3299 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
21401 const struct bpf_kfunc_desc *desc; in fixup_kfunc_call()