Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_rt.c48 return TCP_MSS_DEFAULT; in get_tcpmss()
/linux-6.15/tools/include/uapi/linux/
H A Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/linux-6.15/include/uapi/linux/
H A Dtcp.h91 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/linux-6.15/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()
1714 .mss_clamp = TCP_MSS_DEFAULT,
H A Dtcp_input.c284 if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || in tcp_measure_rcv_mss()
647 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss()
H A Dtcp.c461 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_init_sock()
/linux-6.15/include/net/
H A Dtcp.h769 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
/linux-6.15/net/mptcp/
H A Dprotocol.c3284 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/linux-6.15/net/core/
H A Dfilter.c7885 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()