Home
last modified time | relevance | path

Searched refs:__sock_create (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnet.h237 int __sock_create(struct net *net, int family, int type, int proto,
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_fd.c994 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 Dsocket.c1346 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 Dabi_gki_aarch64_virtual_device660 __sock_create
H A Dabi_gki_aarch64_generic1784 __sock_create
H A Dabi_gki_aarch64_db845c855 __sock_create
H A Dabi_gki_aarch64_exynos1845 __sock_create
H A Dabi_gki_aarch64_imx1173 __sock_create
H A Dabi_gki_aarch64_qcom2331 __sock_create
H A Dabi_gki_aarch64_mtk2009 __sock_create
H A Dabi_gki_aarch64_rockchip1620 __sock_create
H A Dabi_gki_aarch64_oplus2514 __sock_create
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtsock.c1820 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 Dsvcsock.c1453 error = __sock_create(net, family, type, protocol, &sock, 1); in svc_create_socket()
H A Dclnt.c1344 err = __sock_create(net, sap->sa_family, in rpc_sockname()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c3720 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM, in generic_ip_connect()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c12108 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()