Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ drbr_enqueue_drv
Function
drbr_enqueue_drv
freebsd/net/if.c:4555–4560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4553
}
4554
4555
int
4556
drbr_enqueue_drv(if_t ifh, struct buf_ring *br, struct mbuf *m)
4557
{
4558
return drbr_enqueue(ifh, br, m);
4559
4560
}
Callers
nothing calls this directly
Calls
1
drbr_enqueue
Function · 0.85
Tested by
no test coverage detected