Searched refs:__sock_create (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/
H A Dsocket.c1147 static int __sock_create(struct net *net, int family, int type, int protocol, function
1262 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0);
1268 return __sock_create(&init_net, family, type, protocol, res, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/
H A Dsocket.c1147 static int __sock_create(struct net *net, int family, int type, int protocol, function
1262 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0);
1268 return __sock_create(&init_net, family, type, protocol, res, 1);

Completed in 74 milliseconds