Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_rt.c48 return TCP_MSS_DEFAULT; in get_tcpmss()
/linux/tools/include/uapi/linux/
H A Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/linux/include/uapi/linux/
H A Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/linux/net/ipv4/
H A Dtcp_minisocks.c628 if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) in tcp_create_openreq_child()
H A Dtcp_ipv4.c297 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()
1703 .mss_clamp = TCP_MSS_DEFAULT,
H A Dtcp_input.c281 if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || in tcp_measure_rcv_mss()
634 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss()
H A Dtcp.c457 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_init_sock()
/linux/include/net/
H A Dtcp.h729 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
/linux/net/mptcp/
H A Dprotocol.c3394 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/linux/net/core/
H A Dfilter.c7814 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()