Searched refs:TCP_MSS_DEFAULT (Results 1 – 10 of 10) sorted by relevance
48 return TCP_MSS_DEFAULT; in get_tcpmss()
62 #define TCP_MSS_DEFAULT 536U macro
57 #define TCP_MSS_DEFAULT 536U macro
88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
544 if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) in tcp_create_openreq_child()
267 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()1478 .mss_clamp = TCP_MSS_DEFAULT,
252 if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || in tcp_measure_rcv_mss()574 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss()
441 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_init_sock()
633 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
2117 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()