Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c464 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child()
498 newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1; in tcp_create_openreq_child()
700 tcp_rsk(req)->snt_isn + 1)) in tcp_check_req()
Dsyncookies.c339 treq->snt_isn = cookie; in cookie_v4_check()
Dtcp_ipv4.c323 if (seq != tcp_rsk(req)->snt_isn) { in tcp_req_err()
414 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
808 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 : in tcp_v4_reqsk_send_ack()
Dtcp_output.c3012 tcp_init_nondata_skb(skb, tcp_rsk(req)->snt_isn, in tcp_make_synack()
Dtcp_input.c6274 tcp_rsk(req)->snt_isn = isn; in tcp_conn_request()
/linux-4.4.14/include/linux/
Dtcp.h119 u32 snt_isn; member
/linux-4.4.14/net/ipv6/
Dsyncookies.c212 treq->snt_isn = cookie; in cookie_v6_check()
Dtcp_ipv6.c369 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
936 tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt, in tcp_v6_reqsk_send_ack()