Lines Matching defs:treq
462 struct tcp_request_sock *treq = tcp_rsk(req);
479 seq = treq->rcv_isn + 1;
485 seq = treq->snt_isn + 1;
493 tcp_init_wl(newtp, treq->rcv_isn);
499 newsk->sk_txhash = treq->txhash;
503 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1);
534 newtp->undo_marker = treq->snt_isn;
535 newtp->retrans_stamp = div_u64(treq->snt_synack,
538 newtp->tsoffset = treq->ts_off;
541 if (treq->af_specific->req_md5_lookup(sk, req_to_sk(req)))