Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
static void
322
bpfd_ref(struct bpf_d *d)
323
{
324
325
refcount_acquire(&d->bd_refcnt);
326
}
327
328
static void
329
bpfd_rele(struct bpf_d *d)
Callers
1
bpfwrite
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected