Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c4687 __u32 dsack_high = tp->rcv_nxt; in tcp_ofo_queue() local
4698 if (before(TCP_SKB_CB(skb)->seq, dsack_high)) { in tcp_ofo_queue()
4699 __u32 dsack = dsack_high; in tcp_ofo_queue()
4700 if (before(TCP_SKB_CB(skb)->end_seq, dsack_high)) in tcp_ofo_queue()
4701 dsack_high = TCP_SKB_CB(skb)->end_seq; in tcp_ofo_queue()