TCP_MSS_DEFAULT
if (tp->max_window > TCP_MSS_DEFAULT)
mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT;
tp->mss_cache = TCP_MSS_DEFAULT;
if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) ||
hint = min(hint, TCP_MSS_DEFAULT);
.mss_clamp = TCP_MSS_DEFAULT,
tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT;
if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len)
msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT;
return TCP_MSS_DEFAULT;