Lines Matching refs:tmp_opt
3933 struct tcp_options_received tmp_opt;
3951 memset(&tmp_opt, 0, sizeof(tmp_opt));
3952 tcp_clear_options(&tmp_opt);
3953 tcp_parse_options(&init_net, skb, &tmp_opt, 0, NULL);
3983 req->tcpopt.mss = htons(tmp_opt.mss_clamp);
3984 if (tmp_opt.wscale_ok)
3985 req->tcpopt.wsf = tmp_opt.snd_wscale;
3986 req->tcpopt.tstamp = tmp_opt.saw_tstamp;
3987 if (tmp_opt.sack_ok)