Lines Matching defs:htab
281 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket()
286 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket()
291 static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) in free_htab_elem()
344 struct bpf_htab *htab = container_of(e->map, struct bpf_htab, map); in bpf_tcp_remove() local
2054 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_map_prog() local
2153 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_map_release() local
2172 struct bpf_htab *htab; in sock_hash_alloc() local
2241 struct bpf_htab *htab; in __bpf_htab_free() local
2250 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_free() local
2294 static struct htab_elem *alloc_sock_hash_elem(struct bpf_htab *htab, in alloc_sock_hash_elem()
2328 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_get_next_key() local
2381 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_ctx_update_elem() local
2505 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_delete_elem() local
2543 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __sock_hash_lookup_elem() local