| 388 | } |
| 389 | |
| 390 | static __inline void |
| 391 | drbr_free(struct buf_ring *br, struct malloc_type *type) |
| 392 | { |
| 393 | |
| 394 | drbr_flush(NULL, br); |
| 395 | buf_ring_free(br, type); |
| 396 | } |
| 397 | |
| 398 | static __inline struct mbuf * |
| 399 | drbr_dequeue(struct ifnet *ifp, struct buf_ring *br) |
nothing calls this directly
no test coverage detected