| 1522 | } |
| 1523 | |
| 1524 | static inline struct mbuf * |
| 1525 | mbufq_last(const struct mbufq *mq) |
| 1526 | { |
| 1527 | |
| 1528 | return (STAILQ_LAST(&mq->mq_head, mbuf, m_stailqpkt)); |
| 1529 | } |
| 1530 | |
| 1531 | static inline int |
| 1532 | mbufq_full(const struct mbufq *mq) |
no outgoing calls
no test coverage detected