Home
last modified time | relevance | path

Searched defs:cands (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/bpf/
H A Drelo_core.h16 struct bpf_core_cand *cands; member
H A Dlibbpf.c5585 bpf_core_free_cands(struct bpf_core_cand_list * cands) bpf_core_free_cands() argument
5599 bpf_core_add_cands(struct bpf_core_cand * local_cand,size_t local_essent_len,const struct btf * targ_btf,const char * targ_btf_name,int targ_start_id,struct bpf_core_cand_list * cands) bpf_core_add_cands() argument
5746 struct bpf_core_cand_list *cands; bpf_core_find_cands() local
5886 struct bpf_core_cand_list *cands = NULL; bpf_core_resolve_relo() local
[all...]
/linux/tools/bpf/bpftool/
H A Dgen.c2387 cands = calloc(1, sizeof(*cands)); in btfgen_record_obj() local
2305 struct bpf_core_cand_list *cands = NULL; btfgen_find_cands() local
[all...]
/linux/kernel/bpf/
H A Dbtf.c8996 kfree(cands); in bpf_free_cands() argument
7594 } cands[]; global() member
9004 bpf_free_cands_from_cache(struct bpf_cand_cache * cands) bpf_free_cands_from_cache() argument
9048 hash_cands(struct bpf_cand_cache * cands) hash_cands() argument
9053 check_cand_cache(struct bpf_cand_cache * cands,struct bpf_cand_cache ** cache,int cache_size) check_cand_cache() argument
9070 populate_cand_cache(struct bpf_cand_cache * cands,struct bpf_cand_cache ** cache,int cache_size) populate_cand_cache() argument
9140 bpf_core_add_cands(struct bpf_cand_cache * cands,const struct btf * targ_btf,int targ_start_id) bpf_core_add_cands() argument
9191 struct bpf_cand_cache *cands, *cc, local_cand = {}; bpf_core_find_cands() local
9280 struct bpf_core_cand_list cands = {}; bpf_core_apply() local
[all...]
/linux/net/batman-adv/
H A Ddistributed-arp-table.c559 struct batadv_dat_candidate *cands, in batadv_choose_next_candidate()