Searched refs:roffset (Results 1 – 2 of 2) sorted by relevance
124 unsigned int offset, roffset; in ip_vs_sh_get_fallback() local143 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback()144 hash = ip_vs_sh_hashkey(svc->af, addr, port, roffset); in ip_vs_sh_get_fallback()153 ntohs(dest->port), roffset); in ip_vs_sh_get_fallback()
250 unsigned int offset, roffset; in ip_vs_mh_get_fallback() local270 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()272 roffset) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()281 ntohs(dest->port), roffset); in ip_vs_mh_get_fallback()
Completed in 5 milliseconds