Lines Matching defs:tmp_opt
3936 struct tcp_options_received tmp_opt;
3954 memset(&tmp_opt, 0, sizeof(tmp_opt));
3955 tcp_clear_options(&tmp_opt);
3956 tcp_parse_options(&init_net, skb, &tmp_opt, 0, NULL);
3986 req->tcpopt.mss = htons(tmp_opt.mss_clamp);
3987 if (tmp_opt.wscale_ok)
3988 req->tcpopt.wsf = tmp_opt.snd_wscale;
3989 req->tcpopt.tstamp = tmp_opt.saw_tstamp;
3990 if (tmp_opt.sack_ok)