Searched refs:fackets_out (Results 1 – 5 of 5) sorted by relevance
875 tp->fackets_out, in tcp_update_reordering()1221 if (fack_count > tp->fackets_out) in tcp_sacktag_one()1222 tp->fackets_out = fack_count; in tcp_sacktag_one()1610 if (WARN_ON(tp->fackets_out)) in tcp_sacktag_write_queue()1611 tp->fackets_out = 0; in tcp_sacktag_write_queue()1740 state->fack_count = tp->fackets_out; in tcp_sacktag_write_queue()1755 state->fack_count = tp->fackets_out; in tcp_sacktag_write_queue()1775 if ((state->reord < tp->fackets_out) && in tcp_sacktag_write_queue()1777 tcp_update_reordering(sk, tp->fackets_out - state->reord, 0); in tcp_sacktag_write_queue()1857 tp->fackets_out = 0; in tcp_clear_retrans()[all …]
479 newtp->fackets_out = 0; in tcp_create_openreq_child()
2686 info->tcpi_fackets = tp->fackets_out; in tcp_get_info()
1082 tp->fackets_out -= decr; in tcp_adjust_fackets_out()
266 u32 fackets_out; /* FACK'd packets */ member