Lines Matching refs:tmp_opt
7645 struct tcp_options_received tmp_opt; in tcp_conn_request() local
7696 tcp_clear_options(&tmp_opt); in tcp_conn_request()
7697 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
7698 tmp_opt.user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_conn_request()
7699 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, in tcp_conn_request()
7702 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_conn_request()
7703 tcp_clear_options(&tmp_opt); in tcp_conn_request()
7706 tmp_opt.smc_ok = 0; in tcp_conn_request()
7708 tmp_opt.tstamp_ok = tmp_opt.saw_tstamp; in tcp_conn_request()
7709 tcp_openreq_init(req, &tmp_opt, skb, sk); in tcp_conn_request()
7719 if (tmp_opt.tstamp_ok || (!want_cookie && !isn)) in tcp_conn_request()
7722 if (tmp_opt.tstamp_ok) { in tcp_conn_request()
7753 if (!tmp_opt.tstamp_ok) in tcp_conn_request()