Searched refs:bpf_htab_bucket (Results 1 – 1 of 1) sorted by relevance
518 struct bpf_htab_bucket { struct525 struct bpf_htab_bucket *buckets; argument537 static struct bpf_htab_bucket *sock_hash_select_bucket(struct bpf_htab *htab, in sock_hash_select_bucket()562 struct bpf_htab_bucket *bucket; in __sock_hash_lookup_elem()586 struct bpf_htab_bucket *bucket; in sock_hash_delete_from_link()610 struct bpf_htab_bucket *bucket; in sock_hash_delete_elem()662 struct bpf_htab_bucket *bucket; in sock_hash_update_common()819 htab->buckets_num > U32_MAX / sizeof(struct bpf_htab_bucket)) { in sock_hash_alloc()824 cost = (u64) htab->buckets_num * sizeof(struct bpf_htab_bucket) + in sock_hash_alloc()832 sizeof(struct bpf_htab_bucket), in sock_hash_alloc()[all …]