Searched refs:snt_isn (Results 1 – 8 of 8) sorted by relevance
475 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child()510 newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1; in tcp_create_openreq_child()715 tcp_rsk(req)->snt_isn + 1)) in tcp_check_req()
336 treq->snt_isn = cookie; in cookie_v4_check()
394 if (seq != tcp_rsk(req)->snt_isn) { in tcp_req_err()486 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()901 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 : in tcp_v4_reqsk_send_ack()
3233 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_make_synack()
6494 tcp_rsk(req)->snt_isn = isn; in tcp_conn_request()
217 treq->snt_isn = cookie; in cookie_v6_check()
401 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()1012 tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt, in tcp_v6_reqsk_send_ack()
133 u32 snt_isn; member