Searched refs:ids_index (Results 1 - 1 of 1) sorted by path

/linux-master/net/openvswitch/
H A Dvport.c470 u32 ids_index; local
480 ids_index = hash - ids->n_ids * reciprocal_divide(hash, ids->rn_ids);
481 return ids->ids[ids_index];

Completed in 218 milliseconds