Commit 2ea273d7 authored by David S. Miller's avatar David S. Miller

net: Export bpf_prog_create_from_user().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ec120da6
......@@ -1124,6 +1124,7 @@ int bpf_prog_create_from_user(struct bpf_prog **pfp, struct sock_fprog *fprog,
*pfp = fp;
return 0;
}
EXPORT_SYMBOL_GPL(bpf_prog_create_from_user);
void bpf_prog_destroy(struct bpf_prog *fp)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment