Searched refs:__sock_create (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/include/linux/ |
D | net.h | 253 int __sock_create(struct net *net, int family, int type, int proto,
|
/Linux-v6.1/net/9p/ |
D | trans_fd.c | 1004 err = __sock_create(current->nsproxy->net_ns, PF_INET, in p9_fd_create_tcp() 1055 err = __sock_create(current->nsproxy->net_ns, PF_UNIX, in p9_fd_create_unix()
|
/Linux-v6.1/net/ |
D | socket.c | 1444 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create() function 1551 EXPORT_SYMBOL(__sock_create); 1566 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0); in sock_create() 1584 return __sock_create(net, family, type, protocol, res, 1); in sock_create_kern()
|
/Linux-v6.1/net/sunrpc/ |
D | xprtsock.c | 1840 err = __sock_create(xprt->xprt_net, family, type, protocol, &sock, 1); in xs_create_sock() 1911 status = __sock_create(xprt->xprt_net, AF_LOCAL, in xs_local_setup_socket()
|
D | svcsock.c | 1446 error = __sock_create(net, family, type, protocol, &sock, 1); in svc_create_socket()
|
D | clnt.c | 1425 err = __sock_create(net, sap->sa_family, in rpc_sockname()
|
/Linux-v6.1/fs/cifs/ |
D | connect.c | 2935 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM, in generic_ip_connect()
|
/Linux-v6.1/net/wireless/ |
D | nl80211.c | 13227 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
|