Home | History | Annotate | Download | only in tc

Lines Matching defs:st

175     struct tc_sfb_xstats *st;
180 if (RTA_PAYLOAD(xstats) < sizeof(*st))
183 st = RTA_DATA(xstats);
187 st->earlydrop, st->penaltydrop, st->bucketdrop, st->queuedrop, st->childdrop,
188 st->marked,
189 st->maxqlen, (double)st->maxprob / SFB_MAX_PROB,
190 (double)st->avgprob / SFB_MAX_PROB);