TCP_MSS_DEFAULT 635 include/net/tcp.h if (tp->max_window > TCP_MSS_DEFAULT) TCP_MSS_DEFAULT 438 net/ipv4/tcp.c tp->mss_cache = TCP_MSS_DEFAULT; TCP_MSS_DEFAULT 188 net/ipv4/tcp_input.c if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || TCP_MSS_DEFAULT 508 net/ipv4/tcp_input.c hint = min(hint, TCP_MSS_DEFAULT); TCP_MSS_DEFAULT 268 net/ipv4/tcp_ipv4.c tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; TCP_MSS_DEFAULT 1378 net/ipv4/tcp_ipv4.c .mss_clamp = TCP_MSS_DEFAULT, TCP_MSS_DEFAULT 544 net/ipv4/tcp_minisocks.c if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) TCP_MSS_DEFAULT 48 net/netfilter/nft_rt.c return TCP_MSS_DEFAULT;