Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c690 newtp->rcv_nxt = req->rcv_isn + 1; in tcp_create_openreq_child()
697 tcp_init_wl(newtp, req->snt_isn, req->rcv_isn); in tcp_create_openreq_child()
727 newtp->rcv_wup = req->rcv_isn + 1; in tcp_create_openreq_child()
730 newtp->copied_seq = req->rcv_isn + 1; in tcp_create_openreq_child()
829 if (TCP_SKB_CB(skb)->seq == req->rcv_isn && in tcp_check_req()
918 req->rcv_isn+1, req->rcv_isn+1+req->rcv_wnd)) { in tcp_check_req()
929 if (ttp.saw_tstamp && !after(TCP_SKB_CB(skb)->seq, req->rcv_isn+1)) in tcp_check_req()
932 if (TCP_SKB_CB(skb)->seq == req->rcv_isn) { in tcp_check_req()
951 if (tp->defer_accept && TCP_SKB_CB(skb)->end_seq == req->rcv_isn+1) { in tcp_check_req()
Dsyncookies.c137 req->rcv_isn = htonl(skb->h.th->seq) - 1; in cookie_v4_check()
Dtcp_output.c1153 th->ack_seq = htonl(req->rcv_isn + 1); in tcp_make_synack()
Dtcp_ipv4.c1262 tcp_v4_send_ack(skb, req->snt_isn+1, req->rcv_isn+1, req->rcv_wnd, in tcp_v4_or_send_ack()
/linux-2.4.37.9/include/net/
Dtcp.h529 __u32 rcv_isn; member
1778 req->rcv_isn = TCP_SKB_CB(skb)->seq; in tcp_openreq_init()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1110 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()