Lines Matching refs:tcp_opt
158 struct tcp_options_received tcp_opt; in cookie_v6_check() local
186 memset(&tcp_opt, 0, sizeof(tcp_opt)); in cookie_v6_check()
187 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v6_check()
189 if (!cookie_timestamp_decode(&tcp_opt)) in cookie_v6_check()
225 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v6_check()
226 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v6_check()
227 ireq->wscale_ok = tcp_opt.wscale_ok; in cookie_v6_check()
228 ireq->tstamp_ok = tcp_opt.saw_tstamp; in cookie_v6_check()
229 req->ts_recent = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsval : 0; in cookie_v6_check()
230 treq->snt_synack = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsecr : 0; in cookie_v6_check()
265 ireq->ecn_ok = cookie_ecn_ok(&tcp_opt, sock_net(sk), dst); in cookie_v6_check()