HomeSort by: relevance | last modified time | path
    Searched refs:marked_packets (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/altq/altqstat/
qdisc_rio.c 112 if (rio_stats.q_stats[0].marked_packets != 0
113 || rio_stats.q_stats[1].marked_packets != 0
114 || rio_stats.q_stats[2].marked_packets != 0)
116 rio_stats.q_stats[0].marked_packets,
117 rio_stats.q_stats[1].marked_packets,
118 rio_stats.q_stats[2].marked_packets);
153 rp[dp].marked_packets);
qdisc_blue.c 79 if (blue_stats.marked_packets != 0)
81 (ull)blue_stats.marked_packets);
qdisc_red.c 85 if (red_stats.marked_packets != 0)
86 printf(" marked: %u\n", red_stats.marked_packets);
119 rp->marked_packets);
  /src/sys/altq/
altq_blue.h 50 u_quad_t marked_packets; member in struct:blue_stats
99 u_quad_t marked_packets; member in struct:blue::__anon848
altq_red.h 49 u_int marked_packets; member in struct:red_stats
100 u_int marked_packets; member in struct:redstats
165 u_int marked_packets; member in struct:red::__anon856
altq_red.c 343 sp->marked_packets = rp->red_stats.marked_packets;
422 rp->red_stats.marked_packets++;
880 q_stats->marked_packets = rp->red_stats.marked_packets;
altq_blue.c 282 q_stats->marked_packets = rp->blue_stats.marked_packets;
448 rp->blue_stats.marked_packets++;

Completed in 21 milliseconds