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

/linux-4.1.27/net/ipv4/
H A Dtcp_input.c1047 u32 received_upto = tcp_highest_sack_seq(tp); tcp_mark_lost_retrans() local
1050 !after(received_upto, tp->lost_retrans_low) || tcp_mark_lost_retrans()
1070 * and received_upto is not easy task to do cheaply with tcp_for_write_queue()
1078 if (after(received_upto, ack_seq)) { tcp_for_write_queue()

Completed in 78 milliseconds