Searched refs:V_tcp_v6mssdflt (Results 1 – 6 of 6) sorted by relevance
72 #define V_tcp_v6mssdflt VNET(tcp_v6mssdflt) macro
741 if (tp->t_maxseg > V_tcp_v6mssdflt && in tcp_timer_rexmt()742 V_tcp_v6pmtud_blackhole_mss > V_tcp_v6mssdflt) in tcp_timer_rexmt()780 V_tcp_v6pmtud_blackhole_mss > V_tcp_v6mssdflt) { in tcp_timer_rexmt()786 tp->t_maxseg = V_tcp_v6mssdflt; in tcp_timer_rexmt()
224 new = V_tcp_v6mssdflt; in sysctl_net_inet_tcp_mss_v6_check()230 V_tcp_v6mssdflt = new; in sysctl_net_inet_tcp_mss_v6_check()1755 isipv6 ? V_tcp_v6mssdflt : in tcp_newtcpcb()
3686 tp->t_maxseg = V_tcp_v6mssdflt; in tcp_mss_update()3757 mss = min(mss, V_tcp_v6mssdflt); in tcp_mss_update()3894 mss = V_tcp_v6mssdflt; in tcp_mssopt()
5720 tp->t_maxseg = V_tcp_v6mssdflt; in rack_timeout_rxt()
5115 tp->t_maxseg = V_tcp_v6mssdflt; in bbr_timeout_rxt()