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

Function mbufq_first

freebsd/sys/mbuf.h:1517–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected