Lines Matching refs:tcp_rsk
524 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
623 ao_key = treq->af_specific->ao_lookup(sk, req, tcp_rsk(req)->ao_keyid, -1); in tcp_create_openreq_child()
678 tmp_opt.rcv_tsecr -= tcp_rsk(req)->ts_off; in tcp_check_req()
689 if (TCP_SKB_CB(skb)->seq == tcp_rsk(req)->rcv_isn && in tcp_check_req()
717 &tcp_rsk(req)->last_oow_ack_time) && in tcp_check_req()
790 tcp_rsk(req)->snt_isn + 1)) in tcp_check_req()
802 tcp_rsk(req)->rcv_nxt, in tcp_check_req()
803 tcp_rsk(req)->rcv_nxt + in tcp_check_req()
809 &tcp_rsk(req)->last_oow_ack_time)) in tcp_check_req()
818 if (TCP_SKB_CB(skb)->seq == tcp_rsk(req)->rcv_isn) { in tcp_check_req()
849 TCP_SKB_CB(skb)->end_seq == tcp_rsk(req)->rcv_isn + 1) { in tcp_check_req()
867 !after(TCP_SKB_CB(skb)->seq, tcp_rsk(req)->rcv_nxt)) in tcp_check_req()