Symbol: bpf_shtab
net/core/sock_map.c
1061
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
net/core/sock_map.c
1100
struct bpf_shtab *htab;
net/core/sock_map.c
1148
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
net/core/sock_map.c
1228
psock_progs_drop(&container_of(map, struct bpf_shtab, map)->progs);
net/core/sock_map.c
1314
struct bpf_shtab *htab;
net/core/sock_map.c
1321
const struct bpf_shtab *htab = info->htab;
net/core/sock_map.c
1418
info->htab = container_of(aux->map, struct bpf_shtab, map);
net/core/sock_map.c
1431
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
net/core/sock_map.c
1446
BTF_ID_LIST_SINGLE(sock_hash_map_btf_ids, struct, bpf_shtab)
net/core/sock_map.c
1469
return &container_of(map, struct bpf_shtab, map)->progs;
net/core/sock_map.c
874
static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab,
net/core/sock_map.c
897
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
net/core/sock_map.c
911
static void sock_hash_free_elem(struct bpf_shtab *htab,
net/core/sock_map.c
921
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
net/core/sock_map.c
945
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
net/core/sock_map.c
966
static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *htab,
net/core/sock_map.c
996
struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
tools/testing/selftests/bpf/progs/map_ptr_kern.c
505
struct bpf_shtab *sockhash = (struct bpf_shtab *)&m_sockhash;