Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.h16 struct bpf_core_cand *cands; member
H A Drelo_core.c1301 struct bpf_core_cand_list *cands, in bpf_core_calc_relo_insn()
H A Dlibbpf.c5793 void bpf_core_free_cands(struct bpf_core_cand_list *cands) in bpf_core_free_cands()
5807 struct bpf_core_cand_list *cands) in bpf_core_add_cands()
5955 struct bpf_core_cand_list *cands; in bpf_core_find_cands() local
6095 struct bpf_core_cand_list *cands = NULL; in bpf_core_resolve_relo() local
/linux/tools/bpf/bpftool/
H A Dgen.c2398 struct bpf_core_cand_list *cands = NULL; in btfgen_find_cands() local
2480 struct bpf_core_cand_list *cands = NULL; in btfgen_record_obj() local
/linux/kernel/bpf/
H A Dbtf.c7794 } cands[]; member
9428 static void bpf_free_cands(struct bpf_cand_cache *cands) in bpf_free_cands()
9436 static void bpf_free_cands_from_cache(struct bpf_cand_cache *cands) in bpf_free_cands_from_cache()
9480 static u32 hash_cands(struct bpf_cand_cache *cands) in hash_cands()
9485 static struct bpf_cand_cache *check_cand_cache(struct bpf_cand_cache *cands, in check_cand_cache()
9502 static struct bpf_cand_cache *populate_cand_cache(struct bpf_cand_cache *cands, in populate_cand_cache()
9572 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, in bpf_core_add_cands()
9623 struct bpf_cand_cache *cands, *cc, local_cand = {}; in bpf_core_find_cands() local
9712 struct bpf_core_cand_list cands = {}; in bpf_core_apply() local
/linux/net/batman-adv/
H A Ddistributed-arp-table.c635 batadv_choose_next_candidate(struct batadv_priv * bat_priv,struct batadv_dat_candidate * cands,int select,batadv_dat_addr_t ip_key,batadv_dat_addr_t * last_max) batadv_choose_next_candidate() argument