Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dhashtab.c418 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function
478 head = select_bucket(htab, hash); in __htab_map_lookup_elem()
605 head = select_bucket(htab, hash); in htab_map_get_next_key()
630 head = select_bucket(htab, i); in htab_map_get_next_key()
1133 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements()
1324 head = select_bucket(htab, i); in fd_htab_map_free()
Dsockmap.c286 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function
2340 h = select_bucket(htab, hash); in sock_hash_get_next_key()
2360 h = select_bucket(htab, i); in sock_hash_get_next_key()