Lines Matching refs:bpf_kfunc_desc
1876 struct bpf_kfunc_desc { struct
1890 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; argument
1901 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_id_off()
1902 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_id_off()
1916 static const struct bpf_kfunc_desc *
1919 struct bpf_kfunc_desc desc = { in find_kfunc_desc()
2022 struct bpf_kfunc_desc *desc; in add_kfunc_call()
2133 const struct bpf_kfunc_desc *d0 = a; in kfunc_desc_cmp_by_imm()
2134 const struct bpf_kfunc_desc *d1 = b; in kfunc_desc_cmp_by_imm()
2164 const struct bpf_kfunc_desc desc = { in bpf_jit_find_kfunc_model()
2167 const struct bpf_kfunc_desc *res; in bpf_jit_find_kfunc_model()
13884 const struct bpf_kfunc_desc *desc; in fixup_kfunc_call()