buckets_num       534 net/core/sock_map.c 	u32 buckets_num;
buckets_num       548 net/core/sock_map.c 	return &htab->buckets[hash & (htab->buckets_num - 1)];
buckets_num       787 net/core/sock_map.c 	i = hash & (htab->buckets_num - 1);
buckets_num       790 net/core/sock_map.c 	for (; i < htab->buckets_num; i++) {
buckets_num       825 net/core/sock_map.c 	htab->buckets_num = roundup_pow_of_two(htab->map.max_entries);
buckets_num       828 net/core/sock_map.c 	if (htab->buckets_num == 0 ||
buckets_num       829 net/core/sock_map.c 	    htab->buckets_num > U32_MAX / sizeof(struct bpf_htab_bucket)) {
buckets_num       834 net/core/sock_map.c 	cost = (u64) htab->buckets_num * sizeof(struct bpf_htab_bucket) +
buckets_num       841 net/core/sock_map.c 	htab->buckets = bpf_map_area_alloc(htab->buckets_num *
buckets_num       849 net/core/sock_map.c 	for (i = 0; i < htab->buckets_num; i++) {
buckets_num       873 net/core/sock_map.c 	for (i = 0; i < htab->buckets_num; i++) {