Home | History | Annotate | Download | only in tc

Lines Matching defs:st

290 	struct tc_fq_qd_stats *st;
295 if (RTA_PAYLOAD(xstats) < sizeof(*st))
298 st = RTA_DATA(xstats);
301 st->flows, st->inactive_flows, st->throttled_flows);
303 if (st->time_next_delayed_flow > 0)
304 fprintf(f, ", next packet delay %llu ns", st->time_next_delayed_flow);
307 st->gc_flows, st->highprio_packets);
309 if (st->tcp_retrans)
310 fprintf(f, ", %llu retrans", st->tcp_retrans);
312 fprintf(f, ", %llu throttled", st->throttled);
314 if (st->flows_plimit)
315 fprintf(f, ", %llu flows_plimit", st->flows_plimit);
317 if (st->pkts_too_long || st->allocation_errors)
319 st->pkts_too_long, st->allocation_errors);