Searched refs:TCP_MSS_DEFAULT (Results 1 – 5 of 5) sorted by relevance
87 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
534 if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) in tcp_create_openreq_child()
213 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()1213 .mss_clamp = TCP_MSS_DEFAULT,
151 if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || in tcp_measure_rcv_mss()471 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss()
405 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_init_sock()