HomeSort by: relevance | last modified time | path
    Searched defs:red_ifinfo (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_red.h 32 struct red_ifinfo { struct
qop_red.c 198 struct red_ifinfo *red_ifinfo; local in function:qop_red_add_if
201 if ((red_ifinfo = calloc(1, sizeof(*red_ifinfo))) == NULL)
203 red_ifinfo->weight = weight;
204 red_ifinfo->inv_pmax = inv_pmax;
205 red_ifinfo->th_min = th_min;
206 red_ifinfo->th_max = th_max;
207 red_ifinfo->qlimit = qlimit;
208 red_ifinfo->pkttime = pkttime
230 struct red_ifinfo *red_ifinfo; local in function:red_attach
    [all...]

Completed in 12 milliseconds