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

Function bpfif_ref

freebsd/net/bpf.c:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305static void
306bpfif_ref(struct bpf_if *bp)
307{
308
309 refcount_acquire(&bp->bif_refcnt);
310}
311
312static void
313bpfif_rele(struct bpf_if *bp)

Callers 1

bpf_attachdFunction · 0.85

Calls 1

refcount_acquireFunction · 0.85

Tested by

no test coverage detected