提交 2ea273d7 编写于 作者: D David S. Miller

net: Export bpf_prog_create_from_user().

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册