Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_minisocks.c579 seq = treq->snt_isn + 1; in tcp_create_openreq_child()
597 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
630 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
841 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()
1212 new_ao->lisn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_copy_all_matching()
2400 WRITE_ONCE(ao->lisn, cmd.snt_isn); in tcp_ao_set_repair()
2434 opt.snt_isn = ao->lisn; in tcp_ao_get_repair()
H A Dsyncookies.c287 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()
560 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
1107 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 :
H A Dtcp_output.c4047 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_make_synack()
H A Dtcp_input.c7769 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()
H A Dtcp_ipv6.c438 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
1242 tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt,
/linux/tools/testing/selftests/net/tcp_ao/
H A Drestore.c209 ao_img.snt_isn += 1; in client_fn()
/linux/include/uapi/linux/
H A Dtcp.h501 __be32 snt_isn; member
/linux/include/linux/
H A Dtcp.h162 u32 snt_isn; member