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

Function mbufq_len

freebsd/sys/mbuf.h:1538–1543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536}
1537
1538static inline int
1539mbufq_len(const struct mbufq *mq)
1540{
1541
1542 return (mq->mq_len);
1543}
1544
1545static inline int
1546mbufq_enqueue(struct mbufq *mq, struct mbuf *m)

Callers 11

nat64_fragment6Function · 0.50
ampdu_rx_purge_slotFunction · 0.50
ampdu_rx_add_slotFunction · 0.50
ampdu_dispatch_slotFunction · 0.50
ampdu_rx_moveupFunction · 0.50
ampdu_rx_flush_uptoFunction · 0.50
ieee80211_ampdu_reorderFunction · 0.50
_db_show_rxampduFunction · 0.50
in6m_printFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected