Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1538
static inline int
1539
mbufq_len(const struct mbufq *mq)
1540
{
1541
1542
return (mq->mq_len);
1543
}
1544
1545
static inline int
1546
mbufq_enqueue(struct mbufq *mq, struct mbuf *m)
Callers
11
nat64_fragment6
Function · 0.50
ampdu_rx_purge_slot
Function · 0.50
ampdu_rx_add_slot
Function · 0.50
ampdu_dispatch_slot
Function · 0.50
ampdu_rx_moveup
Function · 0.50
ampdu_rx_flush_upto
Function · 0.50
ieee80211_ampdu_reorder
Function · 0.50
_db_show_rxampdu
Function · 0.50
igmp_v3_dispatch_general_query
Function · 0.50
mld_v2_dispatch_general_query
Function · 0.50
in6m_print
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected