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

Function bpfd_rele

freebsd/net/bpf.c:328–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328static void
329bpfd_rele(struct bpf_d *d)
330{
331
332 if (!refcount_release(&d->bd_refcnt))
333 return;
334 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx);
335}
336
337static struct bpf_program_buffer*
338bpf_program_buffer_alloc(size_t size, int flags)

Callers 2

bpf_dtorFunction · 0.85
bpfwriteFunction · 0.85

Calls 1

refcount_releaseFunction · 0.85

Tested by

no test coverage detected