Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c2198 static int tcp_sc_wstab[] = { 0, 0, 1, 2, 4, 6, 7, 8 }; variable
2260 for (i = nitems(tcp_sc_wstab) - 1; in syncookie_generate()
2261 tcp_sc_wstab[i] > wscale && i > 0; in syncookie_generate()
2358 sc->sc_requested_s_scale = tcp_sc_wstab[cookie.flags.wscale_idx]; in syncookie_lookup()