Searched refs:rmc_queue_packet (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.h302 extern int rmc_queue_packet(struct rm_class *, struct mbuf *, struct pf_mtag *);
H A Dpktsched_rmclass.c809 * 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) function
832 CBQTRACE(rmc_queue_packet, 'ffoc', cl->depth_);
845 CBQTRACE(rmc_queue_packet, 'ffob',
863 CBQTRACE(rmc_queue_packet, 'type', cl->stats_.handle);
1808 rmc_queue_packet, "rmc_queue_packet",
H A Dpktsched_cbq.c542 ret = rmc_queue_packet(cl, m, t);
551 /* packet has been freed in rmc_queue_packet */

Completed in 13 milliseconds