Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
static void
306
bpfif_ref(struct bpf_if *bp)
307
{
308
309
refcount_acquire(&bp->bif_refcnt);
310
}
311
312
static void
313
bpfif_rele(struct bpf_if *bp)
Callers
1
bpf_attachd
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected