Home
last modified time | relevance | path

Searched refs:select_bucket (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dhashtab.c415 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function
475 head = select_bucket(htab, hash); in __htab_map_lookup_elem()
614 head = select_bucket(htab, hash); in htab_map_get_next_key()
639 head = select_bucket(htab, i); in htab_map_get_next_key()
1177 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements()
1400 head = select_bucket(htab, i); in fd_htab_map_free()
/Linux-v5.4/net/core/
Dbpf_sk_storage.c93 static struct bucket *select_bucket(struct bpf_sk_storage_map *smap, in select_bucket() function
232 b = select_bucket(smap, selem); in selem_unlink_map()
242 struct bucket *b = select_bucket(smap, selem); in selem_link_map()