Home
last modified time | relevance | path

Searched refs:snt_isn (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv4/
A Dtcp_minisocks.c478 seq = treq->snt_isn + 1; in tcp_create_openreq_child()
496 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
527 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
694 tcp_rsk(req)->snt_isn + 1)) in tcp_check_req()
A Dsyncookies.c374 treq->snt_isn = cookie; in cookie_v4_check()
A Dtcp_ipv4.c391 if (seq != tcp_rsk(req)->snt_isn) { in tcp_req_err()
522 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
956 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 : in tcp_v4_reqsk_send_ack()
A Dtcp_output.c3576 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_make_synack()
A Dtcp_input.c6918 tcp_rsk(req)->snt_isn = isn; in tcp_conn_request()
/linux/net/ipv6/
A Dsyncookies.c212 treq->snt_isn = cookie; in cookie_v6_check()
A Dtcp_ipv6.c428 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
1166 tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt, in tcp_v6_reqsk_send_ack()
/linux/include/linux/
A Dtcp.h130 u32 snt_isn; member

Completed in 35 milliseconds