Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_minisocks.c485 seq = treq->snt_isn + 1; in tcp_create_openreq_child()
503 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
534 newtp->undo_marker = treq->snt_isn; in tcp_create_openreq_child()
701 tcp_rsk(req)->snt_isn + 1)) in tcp_check_req()
Dsyncookies.c382 treq->snt_isn = cookie; in cookie_v4_check()
Dtcp_ipv4.c393 if (seq != tcp_rsk(req)->snt_isn) { in tcp_req_err()
521 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
940 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 : in tcp_v4_reqsk_send_ack()
Dtcp_output.c3604 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_make_synack()
Dtcp_input.c6918 tcp_rsk(req)->snt_isn = isn; in tcp_conn_request()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_input.c1014 newtp->snd_sml = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
1015 newtp->snd_una = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
1016 newtp->snd_nxt = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
1017 newtp->snd_up = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
1047 newtp->write_seq = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
1048 newtp->pushed_seq = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
1220 tcp_rsk(req)->snt_isn = isn; in _tcp_nip_conn_request()
2222 tcp_rsk(req)->snt_isn + 1)) { in tcp_nip_check_req()
Dtcp_nip_output.c842 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_nip_make_synack()
/kernel/linux/linux-5.10/net/ipv6/
Dsyncookies.c214 treq->snt_isn = cookie; in cookie_v6_check()
Dtcp_ipv6.c429 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
1148 tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt, in tcp_v6_reqsk_send_ack()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h130 u32 snt_isn; member