Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c2172 static int tcp_sc_wstab[] = { 0, 0, 1, 2, 4, 6, 7, 8 }; variable
2234 for (i = nitems(tcp_sc_wstab) - 1; in syncookie_generate()
2235 tcp_sc_wstab[i] > wscale && i > 0; in syncookie_generate()
2334 sc->sc_requested_s_scale = tcp_sc_wstab[cookie.flags.wscale_idx]; in syncookie_expand()