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

Function bpfif_rele

freebsd/net/bpf.c:312–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312static void
313bpfif_rele(struct bpf_if *bp)
314{
315
316 if (!refcount_release(&bp->bif_refcnt))
317 return;
318 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx);
319}
320
321static void
322bpfd_ref(struct bpf_d *d)

Callers 2

bpf_detachd_lockedFunction · 0.85
bpfdetachFunction · 0.85

Calls 1

refcount_releaseFunction · 0.85

Tested by

no test coverage detected