Home
last modified time | relevance | path

Searched refs:roffset (Results 1 – 2 of 2) sorted by relevance

/net/netfilter/ipvs/
A Dip_vs_sh.c124 unsigned int offset, roffset; in ip_vs_sh_get_fallback() local
143 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()
A Dip_vs_mh.c250 unsigned int offset, roffset; in ip_vs_mh_get_fallback() local
270 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