| 1515 | } |
| 1516 | |
| 1517 | static inline struct mbuf * |
| 1518 | mbufq_first(const struct mbufq *mq) |
| 1519 | { |
| 1520 | |
| 1521 | return (STAILQ_FIRST(&mq->mq_head)); |
| 1522 | } |
| 1523 | |
| 1524 | static inline struct mbuf * |
| 1525 | mbufq_last(const struct mbufq *mq) |
no outgoing calls
no test coverage detected