Searched refs:rmc_queue_packet (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/altq/ |
| H A D | altq_rmclass.c | 748 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) in rmc_queue_packet() function 760 CBQTRACE(rmc_queue_packet, 'ffoc', cl->depth_); in rmc_queue_packet() 775 CBQTRACE(rmc_queue_packet, 'ffob', ifd->cutoff_); in rmc_queue_packet() 785 CBQTRACE(rmc_queue_packet, 'ffob', in rmc_queue_packet() 797 CBQTRACE(rmc_queue_packet, 'ytpe', cl->stats_.handle); in rmc_queue_packet() 1671 rmc_queue_packet, "rmc_queue_packet",
|
| H A D | altq_rmclass.h | 260 extern int rmc_queue_packet(struct rm_class *, mbuf_t *);
|
| H A D | altq_cbq.c | 486 if (rmc_queue_packet(cl, m) != 0) { in cbq_enqueue()
|