Lines Matching refs:treq
515 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child() local
533 seq = treq->rcv_isn + 1; in tcp_create_openreq_child()
539 seq = treq->snt_isn + 1; in tcp_create_openreq_child()
547 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()
553 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
557 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
580 newtp->tcp_usec_ts = treq->req_usec_ts; in tcp_create_openreq_child()
591 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
593 newtp->retrans_stamp = treq->snt_synack; in tcp_create_openreq_child()
597 newtp->retrans_stamp = div_u64(treq->snt_synack, in tcp_create_openreq_child()
604 newtp->tsoffset = treq->ts_off; in tcp_create_openreq_child()
614 ao_key = treq->af_specific->ao_lookup(sk, req, tcp_rsk(req)->ao_keyid, -1); in tcp_create_openreq_child()