Searched refs:V_tcp_minmss (Results 1 – 8 of 8) sorted by relevance
1456 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_default_output()1494 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_default_output()1496 if (tp->t_port == 0 || len < V_tcp_minmss) { in tcp_default_output()
1343 #define V_tcp_minmss VNET(tcp_minmss) macro
1824 mssopt = max(mssopt, V_tcp_minmss); in syncache_respond()
3055 if (mtu < V_tcp_minmss + sizeof(struct tcpiphdr)) in tcp_next_pmtu()3056 mtu = V_tcp_minmss + sizeof(struct tcpiphdr); in tcp_next_pmtu()
2194 optval + 40 >= V_tcp_minmss) { in tcp_default_ctloutput()
3821 offer = max(offer, V_tcp_minmss); in tcp_mss_update()
18772 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_fast_rsm_output()18785 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_fast_rsm_output()18787 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_fast_rsm_output()19328 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_fast_output()19341 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_fast_output()19343 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_fast_output()21998 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_output()22039 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_output()22041 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_output()
13540 if (V_path_mtu_discovery && maxseg > V_tcp_minmss) in bbr_output_wtime()13579 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in bbr_output_wtime()13581 if (tp->t_port == 0 || len < V_tcp_minmss) { in bbr_output_wtime()