Lines Matching defs:htab
848 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
871 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() local
885 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem()
895 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() local
919 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() local
940 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *htab, in sock_hash_alloc_elem()
970 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_update_common() local
1035 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_get_next_key() local
1074 struct bpf_shtab *htab; in sock_hash_alloc() local
1124 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_free() local
1283 struct bpf_shtab *htab; member
1290 const struct bpf_shtab *htab = info->htab; in sock_hash_seq_find_next() local