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

/net/
H A Dsocket.c1235 int __sock_create(struct net *net, int family, int type, int protocol, function
1346 EXPORT_SYMBOL(__sock_create); variable
1350 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0);
1356 return __sock_create(&init_net, family, type, protocol, res, 1);

Completed in 79 milliseconds