Searched refs:__sock_create (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | net.h | 237 int __sock_create(struct net *net, int family, int type, int proto,
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_fd.c | 994 err = __sock_create(current->nsproxy->net_ns, PF_INET, in p9_fd_create_tcp() 1045 err = __sock_create(current->nsproxy->net_ns, PF_UNIX, in p9_fd_create_unix()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 1346 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create() function 1453 EXPORT_SYMBOL(__sock_create); 1468 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0); in sock_create() 1486 return __sock_create(net, family, type, protocol, res, 1); in sock_create_kern()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 660 __sock_create
|
| H A D | abi_gki_aarch64_generic | 1784 __sock_create
|
| H A D | abi_gki_aarch64_db845c | 855 __sock_create
|
| H A D | abi_gki_aarch64_exynos | 1845 __sock_create
|
| H A D | abi_gki_aarch64_imx | 1173 __sock_create
|
| H A D | abi_gki_aarch64_qcom | 2331 __sock_create
|
| H A D | abi_gki_aarch64_mtk | 2009 __sock_create
|
| H A D | abi_gki_aarch64_rockchip | 1620 __sock_create
|
| H A D | abi_gki_aarch64_oplus | 2514 __sock_create
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | xprtsock.c | 1820 err = __sock_create(xprt->xprt_net, family, type, protocol, &sock, 1); in xs_create_sock() 1891 status = __sock_create(xprt->xprt_net, AF_LOCAL, in xs_local_setup_socket()
|
| H A D | svcsock.c | 1453 error = __sock_create(net, family, type, protocol, &sock, 1); in svc_create_socket()
|
| H A D | clnt.c | 1344 err = __sock_create(net, sap->sa_family, in rpc_sockname()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | connect.c | 3720 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM, in generic_ip_connect()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | nl80211.c | 12108 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
|