Searched refs:rcv_isn (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | tcp_minisocks.c | 690 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()
|
D | syncookies.c | 137 req->rcv_isn = htonl(skb->h.th->seq) - 1; in cookie_v4_check()
|
D | tcp_output.c | 1153 th->ack_seq = htonl(req->rcv_isn + 1); in tcp_make_synack()
|
D | tcp_ipv4.c | 1262 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/ |
D | tcp.h | 529 __u32 rcv_isn; member 1778 req->rcv_isn = TCP_SKB_CB(skb)->seq; in tcp_openreq_init()
|
/linux-2.4.37.9/net/ipv6/ |
D | tcp_ipv6.c | 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()
|