Searched refs:tcp_mss_min (Results 1 – 1 of 1) sorted by relevance
196 static int tcp_mss_min = 108; variable2189 if (mss < tcp_mss_min) in tcp_mss_set()2190 mss = tcp_mss_min; in tcp_mss_set()2252 if (tcpopt.tcp_opt_mss < tcp_mss_min) in tcp_process_options()2253 tcpopt.tcp_opt_mss = tcp_mss_min; in tcp_process_options()