Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Drelo_core.h15 struct bpf_core_cand_list { struct
85 struct bpf_core_cand_list *cands,
Dlibbpf_internal.h560 struct bpf_core_cand_list *cands);
561 void bpf_core_free_cands(struct bpf_core_cand_list *cands);
Drelo_core.c1284 struct bpf_core_cand_list *cands, in bpf_core_calc_relo_insn()
Dlibbpf.c5299 void bpf_core_free_cands(struct bpf_core_cand_list *cands) in bpf_core_free_cands()
5313 struct bpf_core_cand_list *cands) in bpf_core_add_cands()
5452 static struct bpf_core_cand_list *
5456 struct bpf_core_cand_list *cands; in bpf_core_find_cands()
5602 struct bpf_core_cand_list *cands = NULL; in bpf_core_resolve_relo()
/Linux-v6.1/tools/bpf/bpftool/
Dgen.c2002 static struct bpf_core_cand_list *
2006 struct bpf_core_cand_list *cands = NULL; in btfgen_find_cands()
2088 struct bpf_core_cand_list *cands = NULL; in btfgen_record_obj()
/Linux-v6.1/kernel/bpf/
Dbtf.c7969 struct bpf_core_cand_list cands = {}; in bpf_core_apply()