Searched refs:bpf_shtab (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 845 struct bpf_shtab { struct 859 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket() 882 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() 896 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem() 906 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() 930 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() 951 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *hta [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_map.c | 867 struct bpf_shtab { struct 881 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket() 904 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() 918 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem() 928 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() 952 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() 973 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *hta [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 481 struct bpf_shtab { struct 494 struct bpf_shtab *sockhash = (struct bpf_shtab *)&m_sockhash; in check_sockhash()
|
/kernel/linux/linux-6.6/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()
|
Completed in 6 milliseconds