| 4541 | } |
| 4542 | |
| 4543 | struct mbuf* |
| 4544 | drbr_dequeue_drv(if_t ifh, struct buf_ring *br) |
| 4545 | { |
| 4546 | return drbr_dequeue(ifh, br); |
| 4547 | } |
| 4548 | |
| 4549 | int |
| 4550 | drbr_needs_enqueue_drv(if_t ifh, struct buf_ring *br) |
nothing calls this directly
no test coverage detected