Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnft_rt.c48 return TCP_MSS_DEFAULT; in get_tcpmss()
/Linux-v6.6/tools/include/uapi/linux/
Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/Linux-v6.6/include/uapi/linux/
Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/Linux-v6.6/net/ipv4/
Dtcp_minisocks.c573 if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) in tcp_create_openreq_child()
Dtcp_ipv4.c278 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()
1522 .mss_clamp = TCP_MSS_DEFAULT,
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()
Dtcp.c445 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_init_sock()
/Linux-v6.6/include/net/
Dtcp.h661 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
/Linux-v6.6/net/mptcp/
Dprotocol.c3244 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/Linux-v6.6/net/core/
Dfilter.c7643 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()