Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c691 newtp->snd_nxt = req->snt_isn + 1; in tcp_create_openreq_child()
692 newtp->snd_una = req->snt_isn + 1; in tcp_create_openreq_child()
693 newtp->snd_sml = req->snt_isn + 1; in tcp_create_openreq_child()
697 tcp_init_wl(newtp, req->snt_isn, req->rcv_isn); in tcp_create_openreq_child()
728 newtp->write_seq = req->snt_isn + 1; in tcp_create_openreq_child()
907 (TCP_SKB_CB(skb)->ack_seq != req->snt_isn+1)) in tcp_check_req()
Dsyncookies.c138 req->snt_isn = cookie; in cookie_v4_check()
Dtcp_ipv4.c1069 if (seq != req->snt_isn) { in tcp_v4_err()
1262 tcp_v4_send_ack(skb, req->snt_isn+1, req->rcv_isn+1, req->rcv_wnd, in tcp_v4_or_send_ack()
1515 req->snt_isn = isn; in tcp_v4_conn_request()
Dtcp_output.c1150 TCP_SKB_CB(skb)->seq = req->snt_isn; in tcp_make_synack()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c824 if (seq != req->snt_isn) { in tcp_v6_err()
1110 tcp_v6_send_ack(skb, req->snt_isn+1, req->rcv_isn+1, req->rcv_wnd, req->ts_recent); in tcp_v6_or_send_ack()
1229 req->snt_isn = isn; in tcp_v6_conn_request()
/linux-2.4.37.9/include/net/
Dtcp.h530 __u32 snt_isn; member