Home
last modified time | relevance | path

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

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