Searched refs:tcp_sc_msstab (Results 1 – 1 of 1) sorted by relevance
2145 static int tcp_sc_msstab[] = { 216, 536, 1200, 1360, 1400, 1440, 1452, 1460 }; variable2210 for (i = nitems(tcp_sc_msstab) - 1; in syncookie_generate()2211 tcp_sc_msstab[i] > sc->sc_peer_mss && i > 0; in syncookie_generate()2311 sc->sc_peer_mss = tcp_sc_msstab[cookie.flags.mss_idx]; in syncookie_lookup()