Searched refs:V_tcp_minmss (Results 1 – 9 of 9) sorted by relevance
1432 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_output()1475 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_output()
901 #define V_tcp_minmss VNET(tcp_minmss) macro
2529 if (mtu < V_tcp_minmss + in tcp_ctlinput()2531 mtu = V_tcp_minmss + in tcp_ctlinput()
1885 mssopt = max(tcp_mssopt(&sc->sc_inc), V_tcp_minmss); in syncache_respond()
2164 optval + 40 >= V_tcp_minmss) in tcp_default_ctloutput()
3735 offer = max(offer, V_tcp_minmss); in tcp_mss_update()
13735 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_output()13774 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_output()13776 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_output()
13757 if (V_path_mtu_discovery && maxseg > V_tcp_minmss) in bbr_output_wtime()13796 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in bbr_output_wtime()13798 if (tp->t_port == 0 || len < V_tcp_minmss) { in bbr_output_wtime()