aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@parallels.com>2010-09-29 16:06:32 +0400
committerJ. Bruce Fields <bfields@redhat.com>2010-10-01 17:18:59 -0400
commit721db93a55dad71bb89e7d11cc6be1f180ec3f2d (patch)
treeb96d78f06ff20e73f8e1469ac77e5656e2552a8e /include/linux/net.h
parentsunrpc: Tag rpc_xprt with net (diff)
downloadlinux-dev-721db93a55dad71bb89e7d11cc6be1f180ec3f2d.tar.xz
linux-dev-721db93a55dad71bb89e7d11cc6be1f180ec3f2d.zip
net: Export __sock_create
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/net.h')
-rw-r--r--include/linux/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/net.h b/include/linux/net.h
index dee0b11a8759..16faa130088c 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -229,6 +229,8 @@ enum {
extern int sock_wake_async(struct socket *sk, int how, int band);
extern int sock_register(const struct net_proto_family *fam);
extern void sock_unregister(int family);
+extern int __sock_create(struct net *net, int family, int type, int proto,
+ struct socket **res, int kern);
extern int sock_create(int family, int type, int proto,
struct socket **res);
extern int sock_create_kern(int family, int type, int proto,