Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Drelo_core.h15 struct bpf_core_cand_list { struct
85 struct bpf_core_cand_list *cands,
H A Dlibbpf_internal.h690 struct bpf_core_cand_list *cands);
691 void bpf_core_free_cands(struct bpf_core_cand_list *cands);
H A Drelo_core.c1300 struct bpf_core_cand_list *cands, in bpf_core_calc_relo_insn()
H A Dlibbpf.c5579 void bpf_core_free_cands(struct bpf_core_cand_list *cands) in bpf_core_free_cands()
5593 struct bpf_core_cand_list *cands) in bpf_core_add_cands()
5736 static struct bpf_core_cand_list *
5740 struct bpf_core_cand_list *cands; in bpf_core_find_cands()
5880 struct bpf_core_cand_list *cands = NULL; in bpf_core_resolve_relo()
/linux-6.15/tools/bpf/bpftool/
H A Dgen.c2301 static struct bpf_core_cand_list *
2305 struct bpf_core_cand_list *cands = NULL; in btfgen_find_cands()
2387 struct bpf_core_cand_list *cands = NULL; in btfgen_record_obj()
/linux-6.15/kernel/bpf/
H A Dbtf.c9224 struct bpf_core_cand_list cands = {}; in bpf_core_apply()