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

/linux-master/tools/lib/bpf/
H A Drelo_core.h16 struct bpf_core_cand *cands; member in struct:bpf_core_cand_list
H A Drelo_core.c1280 bpf_core_calc_relo_insn(const char *prog_name, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct bpf_core_cand_list *cands, struct bpf_core_spec *specs_scratch, struct bpf_core_relo_res *targ_res) argument
[all...]
H A Dlibbpf.c5431 void bpf_core_free_cands(struct bpf_core_cand_list *cands) argument
5440 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) argument
5592 struct bpf_core_cand_list *cands; local
5732 struct bpf_core_cand_list *cands = NULL; local
[all...]
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c559 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) argument
/linux-master/tools/bpf/bpftool/
H A Dgen.c2256 struct bpf_core_cand_list *cands = NULL; local
2338 struct bpf_core_cand_list *cands = NULL; local
[all...]
/linux-master/kernel/bpf/
H A Dbtf.c7054 } cands[]; member in struct:bpf_cand_cache
8406 static void bpf_free_cands(struct bpf_cand_cache *cands) argument
8414 static void bpf_free_cands_from_cache(struct bpf_cand_cache *cands) argument
8458 hash_cands(struct bpf_cand_cache *cands) argument
8463 check_cand_cache(struct bpf_cand_cache *cands, struct bpf_cand_cache **cache, int cache_size) argument
8480 populate_cand_cache(struct bpf_cand_cache *cands, struct bpf_cand_cache **cache, int cache_size) argument
8550 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, int targ_start_id) argument
8601 struct bpf_cand_cache *cands, *cc, local_cand = {}; local
8690 struct bpf_core_cand_list cands = {}; local
[all...]

Completed in 260 milliseconds