Searched refs:fackets_out (Results 1 – 5 of 5) sorted by relevance
855 tp->fackets_out, in tcp_update_reordering()1263 if (fack_count > tp->fackets_out) in tcp_sacktag_one()1264 tp->fackets_out = fack_count; in tcp_sacktag_one()1658 if (WARN_ON(tp->fackets_out)) in tcp_sacktag_write_queue()1659 tp->fackets_out = 0; in tcp_sacktag_write_queue()1788 state.fack_count = tp->fackets_out; in tcp_sacktag_write_queue()1803 state.fack_count = tp->fackets_out; in tcp_sacktag_write_queue()1823 if ((state.reord < tp->fackets_out) && in tcp_sacktag_write_queue()1825 tcp_update_reordering(sk, tp->fackets_out - state.reord, 0); in tcp_sacktag_write_queue()1907 tp->fackets_out = 0; in tcp_clear_retrans()[all …]
469 newtp->fackets_out = 0; in tcp_create_openreq_child()
2649 info->tcpi_fackets = tp->fackets_out; in tcp_get_info()
1093 tp->fackets_out -= decr; in tcp_adjust_fackets_out()
250 u32 fackets_out; /* FACK'd packets */ member