Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_rt.c51 return TCP_MSS_DEFAULT; in get_tcpmss()
/Linux-v4.19/include/uapi/linux/
Dtcp.h88 #define TCP_MSS_DEFAULT 536U /* IPv4 (RFC1122, RFC2581) */ macro
/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c553 if (skb->len >= TCP_MSS_DEFAULT + newtp->tcp_header_len) in tcp_create_openreq_child()
Dtcp_ipv4.c271 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect()
1363 .mss_clamp = TCP_MSS_DEFAULT,
Dtcp_input.c182 if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) || in tcp_measure_rcv_mss()
521 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss()
Dtcp.c437 tp->mss_cache = TCP_MSS_DEFAULT; in tcp_init_sock()
/Linux-v4.19/include/net/
Dtcp.h613 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()