MCPcopy 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
4555int
4556drbr_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_enqueueFunction · 0.85

Tested by

no test coverage detected