Searched refs:tcp_msstab (Results 1 – 1 of 1) sorted by relevance
1356 static int tcp_msstab[] = { 0, 536, 1460, 8960 }; variable1401 for (data = NELEM(tcp_msstab) - 1; data > 0; data--) in syncookie_generate()1402 if (tcp_msstab[data] <= sc->sc_peer_mss) in syncookie_generate()1497 sc->sc_peer_mss = tcp_msstab[data]; in syncookie_lookup()