Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/linux/net/ipv4/
H A Dtcp_ipv4.c298 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()
1634 .mss_clamp = TCP_MSS_DEFAULT,
/linux/net/mptcp/
H A Dprotocol.c2144 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/linux/net/core/
H A Dfilter.c8124 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()