Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_minisocks.c552 seq = treq->snt_isn + 1; in tcp_create_openreq_child()
570 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
603 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
800 tcp_rsk(req)->snt_isn + 1)) in tcp_check_req()
H A Dtcp_ao.c410 htonl(tcp_rsk(req)->snt_isn), in tcp_v4_ao_calc_key_rsk()
752 disn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_prepare_reset()
753 *sne = tcp_ao_compute_sne(0, tcp_rsk(req)->snt_isn, seq); in tcp_ao_prepare_reset()
1037 disn = htonl(tcp_rsk(req)->snt_isn); in tcp_inbound_ao_hash()
1210 new_ao->lisn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_copy_all_matching()
2398 WRITE_ONCE(ao->lisn, cmd.snt_isn); in tcp_ao_set_repair()
2432 opt.snt_isn = ao->lisn; in tcp_ao_get_repair()
H A Dsyncookies.c286 treq->snt_isn = ntohl(th->ack_seq) - 1; in cookie_tcp_reqsk_init()
H A Dtcp_ipv4.c425 if (seq != tcp_rsk(req)->snt_isn) { in tcp_req_err()
561 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
1112 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 :
H A Dtcp_output.c3832 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_make_synack()
H A Dtcp_input.c7253 tcp_rsk(req)->snt_isn = isn; in tcp_conn_request()
/linux/net/ipv6/
H A Dtcp_ao.c86 htonl(tcp_rsk(req)->snt_isn), in tcp_v6_ao_calc_key_rsk()
/linux/include/uapi/linux/
H A Dtcp.h472 __be32 snt_isn; member
/linux/include/linux/
H A Dtcp.h161 u32 snt_isn; member