Home
last modified time | relevance | path

Searched refs:bpf_prog_free (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c3098 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free() function
3108 EXPORT_SYMBOL_GPL(bpf_prog_free);
H A Dsyscall.c2448 bpf_prog_free(aux->prog); in __bpf_prog_put_rcu()
3180 bpf_prog_free(prog); in BTF_ID_LIST_GLOBAL_SINGLE()
/linux/include/linux/
H A Dfilter.h1192 void bpf_prog_free(struct bpf_prog *fp);
/linux/Documentation/bpf/
H A Dsigning.rst341 with ``security_bpf_prog_free()`` (``lsm/bpf_prog_free``), which deletes the
/linux/security/
H A Dsecurity.c5464 call_void_hook(bpf_prog_free, prog); in security_bpf_prog_free()
/linux/net/core/
H A Dfilter.c1196 bpf_prog_free(prog); in __bpf_prog_release()
1667 bpf_prog_free(prog); in sk_reuseport_prog_free_rcu()