Searched refs:TCP_MSS_DEFAULT (Results 1 – 4 of 4) sorted by relevance
88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
298 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()1634 .mss_clamp = TCP_MSS_DEFAULT,
2144 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
8124 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()