Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Dsock_map.c864 struct bpf_shtab_bucket { struct
871 struct bpf_shtab_bucket *buckets; argument
883 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
908 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()
932 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()
956 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()
1007 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()
1140 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()
1145 cost = (u64) htab->buckets_num * sizeof(struct bpf_shtab_bucket) + in sock_hash_alloc()
1156 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()
[all …]