Lines Matching refs:treq
290 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc() local
301 treq = tcp_rsk(req); in cookie_tcp_reqsk_alloc()
304 treq->af_specific = af_ops; in cookie_tcp_reqsk_alloc()
306 treq->syn_tos = TCP_SKB_CB(skb)->ip_dsfield; in cookie_tcp_reqsk_alloc()
308 treq->is_mptcp = sk_is_mptcp(sk); in cookie_tcp_reqsk_alloc()
309 if (treq->is_mptcp) { in cookie_tcp_reqsk_alloc()
332 struct tcp_request_sock *treq; in cookie_v4_check() local
380 treq = tcp_rsk(req); in cookie_v4_check()
381 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check()
382 treq->snt_isn = cookie; in cookie_v4_check()
383 treq->ts_off = 0; in cookie_v4_check()
384 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
396 treq->snt_synack = 0; in cookie_v4_check()
397 treq->tfo_listener = false; in cookie_v4_check()