Home
last modified time | relevance | path

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

/linux/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.h722 struct bpf_core_cand_list *cands);
723 void bpf_core_free_cands(struct bpf_core_cand_list *cands);
H A Dlibbpf.c5744 void bpf_core_free_cands(struct bpf_core_cand_list *cands) in bpf_core_add_cands()
5758 struct bpf_core_cand_list *cands) in load_module_btfs()
5902 static struct bpf_core_cand_list * in bpf_core_find_cands()
5906 struct bpf_core_cand_list *cands; in bpf_core_find_cands()
6046 struct bpf_core_cand_list *cands = NULL; in bpf_object__relocate_core()
/linux/kernel/bpf/
H A Dbtf.c9499 struct bpf_core_cand_list cands = {}; in bpf_core_apply()