Searched refs:bpf_shtab (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | sock_map.c | 858 struct bpf_shtab { struct 895 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_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() 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() 1312 struct bpf_shtab *htab; 1319 const struct bpf_shtab *htab = info->htab; in sock_hash_seq_find_next() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 492 struct bpf_shtab { struct 505 struct bpf_shtab *sockhash = (struct bpf_shtab *)&m_sockhash; in check_sockhash() argument
|