V_tcp_v6mssdflt
tp->t_maxseg = V_tcp_v6mssdflt;
mss = min(mss, V_tcp_v6mssdflt);
mss = V_tcp_v6mssdflt;
tp->t_maxseg = V_tcp_v6mssdflt;
tp->t_maxseg = V_tcp_v6mssdflt;
new = V_tcp_v6mssdflt;
V_tcp_v6mssdflt = new;
isipv6 ? V_tcp_v6mssdflt :
if (tp->t_maxseg > V_tcp_v6mssdflt &&
V_tcp_v6pmtud_blackhole_mss > V_tcp_v6mssdflt)
V_tcp_v6pmtud_blackhole_mss > V_tcp_v6mssdflt) {
tp->t_maxseg = V_tcp_v6mssdflt;