Home | History | Annotate | Download | only in tc

Lines Matching defs:st

193 	struct tc_pie_xstats *st;
198 if (RTA_PAYLOAD(xstats) < sizeof(*st))
201 st = RTA_DATA(xstats);
204 (double)st->prob / (double)0xffffffff, st->delay,
205 st->avg_dq_rate);
207 st->packets_in, st->overlimit, st->dropped, st->maxq,
208 st->ecn_mark);