Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c493 static uint8_t tcp_sc_wstab[] = { 0, 1, 3, 4, 6, 7, 8, 9 }; variable
609 for (i = nitems(tcp_sc_wstab) - 1; in syncookie_generate()
610 tcp_sc_wstab[i] > peer_wscale && i > 0; in syncookie_generate()
681 tpi->peer_wscale = tcp_sc_wstab[cookie.flags.wscale_idx]; in syncookie_lookup()