Home
last modified time | relevance | path

Searched refs:TCP_MSS_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/linux/
Dtcp.h87 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
203 __u8 tcpct_value[TCP_MSS_DEFAULT];
/linux-2.6.39/net/ipv4/
Dtcp_minisocks.c548 if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) in tcp_create_openreq_child()
Dtcp_ipv4.c227 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()
1273 tmp_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_conn_request()
1852 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_v4_init_sock()
Dtcp_input.c149 if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || in tcp_measure_rcv_mss()
423 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss()
/linux-2.6.39/net/ipv6/
Dtcp_ipv6.c1975 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_v6_init_sock()