Searched refs:mss_clamp (Results 1 – 11 of 11) sorted by relevance
2004 /* Clamp it (mss_clamp does not include tcp options) */2005 if (mss_now > tp->rx_opt.mss_clamp)2006 mss_now = tp->rx_opt.mss_clamp;2046 icsk->icsk_mtup.search_high = tp->rx_opt.mss_clamp + sizeof(struct tcphdr) +2059 tp->rx_opt.mss_clamp is mss negotiated at connection setup. in tcp_sync_mss() 2068 tp->rx_opt.mss_clamp. in tcp_sync_mss() 2577 icsk->icsk_mtup.search_high = tp->rx_opt.mss_clamp + in tcp_can_coalesce_send_queue_head() 2705 * and current mss_clamp. if (search_high - search_low) in tcp_mtu_probe() 3315 /* MSS for the peer's data. Previous versions used mss_clamp4117 tp->rx_opt.mss_clamp in tcp_connect_init() [all...]
615 per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) + in tcp_sndbuf_expand() 4569 opt_rx->mss_clamp = in_mss; in tcp_parse_options() 6730 u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; in tcp_init_transfer() 6736 /* Get original SYNACK MSS value if user MSS sets mss_clamp */ in tcp_init_transfer() 6738 opt.user_mss = opt.mss_clamp = 0; in tcp_init_transfer() 6740 mss = opt.mss_clamp; in tcp_init_transfer() 6819 int saved_clamp = tp->rx_opt.mss_clamp; in tcp_rcv_fastopen_synack() 7053 tp->rx_opt.mss_clamp = saved_clamp; in tcp_rcv_synsent_state_process() 7059 tp->rx_opt.mss_clamp = saved_clamp; in tcp_rcv_synsent_state_process() 7467 req->mss = rx_opt->mss_clamp;[all...]
659 newtp->rx_opt.mss_clamp = req->mss; in tcp_create_openreq_child()
298 tp->rx_opt.mss_clamp = TCP_MSS_DEFAULT; in tcp_v4_connect() 1634 .mss_clamp = TCP_MSS_DEFAULT,
3570 tp->rx_opt.mss_clamp = opt.opt_val; in tcp_repair_set_window() 4501 val = tp->rx_opt.mss_clamp; in tcp_get_timestamping_opt_stats()
130 u16 mss_clamp; /* Maximal mss, negotiated at connection setup */ member
152 tp->rx_opt.mss_clamp = cdev->mtus[TCPOPT_MSS_G(opt)] - 40; in assign_rxopt()153 tp->mss_cache = tp->rx_opt.mss_clamp; in assign_rxopt()162 tp->rx_opt.mss_clamp -= TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()
307 tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr); in tcp_v6_connect() 818 .mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
2519 u16 mss_clamp; in tcp_get_current_key() 2441 u16 mss_clamp; global() member
3987 req->tcpopt.mss = htons(tmp_opt.mss_clamp); in build_cpl_pass_accept_req()
8022 const u16 mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -8030 mss = tcp_parse_mss_option(th, 0) ?: mss_clamp; in BPF_CALL_3() 8031 const u16 mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - BPF_CALL_3() local