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

Function bpfd_ref

freebsd/net/bpf.c:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static void
322bpfd_ref(struct bpf_d *d)
323{
324
325 refcount_acquire(&d->bd_refcnt);
326}
327
328static void
329bpfd_rele(struct bpf_d *d)

Callers 1

bpfwriteFunction · 0.85

Calls 1

refcount_acquireFunction · 0.85

Tested by

no test coverage detected