Lines Matching defs:num_nh_buckets
166 u16 num_nh_buckets = res_table->num_nh_buckets;
171 size = struct_size(info->nh_res_table, nhs, num_nh_buckets);
177 info->nh_res_table->num_nh_buckets = num_nh_buckets;
180 for (i = 0; i < num_nh_buckets; i++) {
565 const u16 num_nh_buckets = cfg->nh_grp_res_num_buckets;
569 size = struct_size(res_table, nh_buckets, num_nh_buckets);
580 res_table->num_nh_buckets = num_nh_buckets;
656 res_table->num_nh_buckets) ||
1467 u16 bucket_index = hash % res_table->num_nh_buckets;
1848 for (i = 0; i < res_table->num_nh_buckets; i++) {
1923 btw = ((u64)res_table->num_nh_buckets) * w;
1946 for (i = 0; i < res_table->num_nh_buckets; i++) {
2257 /* Accept if num_nh_buckets was not given, but if it was
2262 old_res_table->num_nh_buckets) {
2340 for (i = 0; i < res_table->num_nh_buckets; i++) {
3724 bucket_index < res_table->num_nh_buckets;
3875 if (bucket_index >= res_table->num_nh_buckets) {
4045 if (bucket_index >= nhg->res_table->num_nh_buckets)
4083 if (num_buckets != res_table->num_nh_buckets)