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

Function drbr_free

freebsd/net/ifq.h:390–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390static __inline void
391drbr_free(struct buf_ring *br, struct malloc_type *type)
392{
393
394 drbr_flush(NULL, br);
395 buf_ring_free(br, type);
396}
397
398static __inline struct mbuf *
399drbr_dequeue(struct ifnet *ifp, struct buf_ring *br)

Callers

nothing calls this directly

Calls 2

drbr_flushFunction · 0.85
buf_ring_freeFunction · 0.85

Tested by

no test coverage detected