Searched refs:tcp_mss_min (Results 1 – 1 of 1) sorted by relevance
195 static int tcp_mss_min = 108; variable2188 if (mss < tcp_mss_min) in tcp_mss_set()2189 mss = tcp_mss_min; in tcp_mss_set()2251 if (tcpopt.tcp_opt_mss < tcp_mss_min) in tcp_process_options()2252 tcpopt.tcp_opt_mss = tcp_mss_min; in tcp_process_options()