Searched refs:frib_tot_sz (Results 1 – 2 of 2) sorted by relevance
235 size_t frib_tot_sz; in flow_route_id_buckets_alloc() local239 *tot_sz = frib_tot_sz = frib_cnt * (*frib_sz); in flow_route_id_buckets_alloc()240 frib = sk_alloc_type_hash(KT_SK_FRIB, frib_tot_sz, Z_WAITOK, in flow_route_id_buckets_alloc()262 *frib_sz, frib_tot_sz); in flow_route_id_buckets_alloc()
150 size_t fob_tot_sz, frb_tot_sz, frib_tot_sz; in flow_mgr_create() local199 flow_route_id_buckets_alloc(frib_cnt, &frib_sz, &frib_tot_sz); in flow_mgr_create()200 fm->fm_route_id_bucket_tot_sz = frib_tot_sz; in flow_mgr_create()