Searched refs:user_mss (Results 1 – 3 of 3) sorted by relevance
4006 static u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss) in tcp_parse_mss_option() argument4034 if (user_mss && user_mss < in_mss) in tcp_parse_mss_option()4035 in_mss = user_mss; in tcp_parse_mss_option()4086 if (opt_rx->user_mss && in tcp_parse_options()4087 opt_rx->user_mss < in_mss) in tcp_parse_options()4088 in_mss = opt_rx->user_mss; in tcp_parse_options()6071 if (mss == tp->rx_opt.user_mss) { in tcp_rcv_fastopen_synack()6076 opt.user_mss = opt.mss_clamp = 0; in tcp_rcv_fastopen_synack()6860 mss = tcp_parse_mss_option(th, tp->rx_opt.user_mss); in tcp_get_syncookie_mss()6914 tmp_opt.user_mss = tp->rx_opt.user_mss; in tcp_conn_request()
3490 tp->rx_opt.user_mss = val; in do_tcp_setsockopt()3981 if (tp->rx_opt.user_mss && in do_tcp_getsockopt()3983 val = tp->rx_opt.user_mss; in do_tcp_getsockopt()
3691 if (tp->rx_opt.user_mss) in tcp_connect_init()3692 tp->rx_opt.mss_clamp = tp->rx_opt.user_mss; in tcp_connect_init()