Lines Matching refs:bpf_shtab
858 struct bpf_shtab { struct
872 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket() argument
895 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem()
909 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem()
919 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link()
943 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem()
964 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *htab, in sock_hash_alloc_elem()
994 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_update_common()
1059 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_get_next_key()
1098 struct bpf_shtab *htab; in sock_hash_alloc()
1146 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_free()
1226 psock_progs_drop(&container_of(map, struct bpf_shtab, map)->progs); in sock_hash_release_progs()
1312 struct bpf_shtab *htab;
1319 const struct bpf_shtab *htab = info->htab; in sock_hash_seq_find_next()
1416 info->htab = container_of(aux->map, struct bpf_shtab, map); in sock_hash_init_seq_private()
1429 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_mem_usage()
1444 BTF_ID_LIST_SINGLE(sock_hash_map_btf_ids, struct, bpf_shtab)
1467 return &container_of(map, struct bpf_shtab, map)->progs; in sock_map_progs()