• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2782.1.97/bsd/net/pktsched/

Lines Matching refs:rm_class

70 #ident "@(#)rm_class.c  1.48     97/12/05 SMI"
107 static int rmc_satisfied(struct rm_class *, struct timeval *);
109 static void rmc_depth_compute(struct rm_class *);
120 static int rmc_under_limit(struct rm_class *, struct timeval *);
122 static void rmc_drop_action(struct rm_class *);
123 static void rmc_restart(struct rm_class *);
130 static struct zone *rmc_zone; /* zone for rm_class */
138 rmc_size = sizeof (struct rm_class);
236 struct rm_class *
239 struct rm_class *parent, struct rm_class *borrow, u_int32_t maxidle,
244 struct rm_class *cl;
245 struct rm_class *peer;
439 rmc_modclass(struct rm_class *cl, u_int32_t nsecPerByte, int maxq,
491 struct rm_class *cl, *clh;
538 * rmc_depth_compute(struct rm_class *cl) - This function computes the
545 rmc_depth_compute(struct rm_class *cl)
564 * rmc_depth_recompute(struct rm_class *cl) - This function re-computes
601 * rmc_delete_class(struct rm_ifdat *ifdat, struct rm_class *cl) - This
609 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl)
611 struct rm_class *p, *head, *previous;
809 * rmc_queue_packet(struct rm_class *cl, struct mbuf *m) - Add packet given by
819 rmc_queue_packet(struct rm_class *cl, struct mbuf *m, struct pf_mtag *t)
839 struct rm_class *borrow = cl->borrow_;
908 rmc_satisfied(struct rm_class *cl, struct timeval *now)
941 rmc_under_limit(struct rm_class *cl, struct timeval *now)
1030 struct rm_class *cl = NULL, *first = NULL;
1187 struct rm_class *cl, *first = NULL;
1481 * rmc_drop_action(struct rm_class *cl) - Generic (not protocol-specific)
1490 rmc_drop_action(struct rm_class *cl)
1502 rmc_drop(struct rm_class *cl, u_int32_t flow, u_int32_t *packets,
1551 rmc_dropall(struct rm_class *cl)
1558 * rmc_delay_action(struct rm_class *cl) - This function is the generic CBQ
1569 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow)
1643 rmc_restart(struct rm_class *cl)
1660 * rmc_root_overlimit(struct rm_class *cl) - This the generic overlimit
1666 rmc_root_overlimit(struct rm_class *cl,
1667 struct rm_class *borrow)