Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Drelo_core.h16 struct bpf_core_cand *cands; member
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) bpf_core_calc_relo_insn() argument
[all...]
H A Dlibbpf.c5446 void bpf_core_free_cands(struct bpf_core_cand_list *cands) in bpf_core_free_cands() argument
5455 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
5607 struct bpf_core_cand_list *cands; bpf_core_find_cands() local
5747 struct bpf_core_cand_list *cands = NULL; bpf_core_resolve_relo() local
[all...]
/kernel/linux/linux-5.10/net/batman-adv/
H A Ddistributed-arp-table.c561 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
/kernel/linux/linux-6.6/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) batadv_choose_next_candidate() argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c2002 struct bpf_core_cand_list *cands = NULL; in btfgen_find_cands() local
2084 struct bpf_core_cand_list *cands = NULL; in btfgen_record_obj() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c8132 } cands[]; member
8135 static void bpf_free_cands(struct bpf_cand_cache *cands) in bpf_free_cands() argument
8143 static void bpf_free_cands_from_cache(struct bpf_cand_cache *cands) in bpf_free_cands_from_cache() argument
8189 static u32 hash_cands(struct bpf_cand_cache *cands) in hash_cands() argument
8194 check_cand_cache(struct bpf_cand_cache *cands, struct bpf_cand_cache **cache, int cache_size) check_cand_cache() argument
8211 populate_cand_cache(struct bpf_cand_cache *cands, struct bpf_cand_cache **cache, int cache_size) populate_cand_cache() argument
8281 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, int targ_start_id) bpf_core_add_cands() argument
8332 struct bpf_cand_cache *cands, *cc, local_cand = {}; bpf_core_find_cands() local
8421 struct bpf_core_cand_list cands = {}; bpf_core_apply() local
[all...]

Completed in 30 milliseconds