Searched refs:dsack_high (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_input.c4235 __u32 dsack_high = tp->rcv_nxt; tcp_ofo_queue() local
4243 if (before(TCP_SKB_CB(skb)->seq, dsack_high)) { tcp_ofo_queue()
4244 __u32 dsack = dsack_high; tcp_ofo_queue()
4245 if (before(TCP_SKB_CB(skb)->end_seq, dsack_high)) tcp_ofo_queue()
4246 dsack_high = TCP_SKB_CB(skb)->end_seq; tcp_ofo_queue()

Completed in 89 milliseconds