Searched refs:__sock_create (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/include/linux/ |
D | net.h | 232 int __sock_create(struct net *net, int family, int type, int proto,
|
/Linux-v5.10/net/9p/ |
D | trans_fd.c | 986 err = __sock_create(current->nsproxy->net_ns, PF_INET, in p9_fd_create_tcp() 1037 err = __sock_create(current->nsproxy->net_ns, PF_UNIX, in p9_fd_create_unix()
|
/Linux-v5.10/net/ |
D | socket.c | 1356 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create() function 1463 EXPORT_SYMBOL(__sock_create); 1478 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0); in sock_create() 1496 return __sock_create(net, family, type, protocol, res, 1); in sock_create_kern()
|
/Linux-v5.10/net/sunrpc/ |
D | xprtsock.c | 1777 err = __sock_create(xprt->xprt_net, family, type, protocol, &sock, 1); in xs_create_sock() 1848 status = __sock_create(xprt->xprt_net, AF_LOCAL, in xs_local_setup_socket()
|
D | svcsock.c | 1366 error = __sock_create(net, family, type, protocol, &sock, 1); in svc_create_socket()
|
D | clnt.c | 1344 err = __sock_create(net, sap->sa_family, in rpc_sockname()
|
/Linux-v5.10/fs/cifs/ |
D | connect.c | 3698 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM, in generic_ip_connect()
|
/Linux-v5.10/net/wireless/ |
D | nl80211.c | 12079 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
|