Home
last modified time | relevance | path

Searched refs:bpf_shtab_bucket (Results 1 – 1 of 1) sorted by relevance

/linux/net/core/
H A Dsock_map.c856 struct bpf_shtab_bucket {
863 struct bpf_shtab_bucket *buckets;
875 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
900 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()
924 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()
948 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()
1000 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()
1123 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()
1129 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()
1150 struct bpf_shtab_bucket *bucke in sock_hash_free()
855 struct bpf_shtab_bucket { global() struct
862 lockbpf_shtab_bucket global() argument
[all...]