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

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.c533 if (rmc_queue_packet(cl, m) != 0) {
534 /* drop occurred. some mbuf was freed in rmc_queue_packet. */
H A Daltq_rmclass.c748 * rmc_queue_packet(struct rm_class *cl, mbuf_t *m) - Add packet given by
758 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) function
770 CBQTRACE(rmc_queue_packet, 'ffoc', cl->depth_);
785 CBQTRACE(rmc_queue_packet, 'ffob', ifd->cutoff_);
795 CBQTRACE(rmc_queue_packet, 'ffob',
807 CBQTRACE(rmc_queue_packet, 'ytpe', cl->stats_.handle);
1681 rmc_queue_packet, "rmc_queue_packet",
H A Daltq_rmclass.h260 extern int rmc_queue_packet(struct rm_class *, mbuf_t *);

Completed in 154 milliseconds