MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mbufq_last

Function mbufq_last

freebsd/sys/mbuf.h:1524–1529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected