Searched refs:__sock_create (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/include/linux/ |
D | net.h | 229 int __sock_create(struct net *net, int family, int type, int proto,
|
/Linux-v5.15/net/9p/ |
D | trans_fd.c | 988 err = __sock_create(current->nsproxy->net_ns, PF_INET, in p9_fd_create_tcp() 1039 err = __sock_create(current->nsproxy->net_ns, PF_UNIX, in p9_fd_create_unix()
|
/Linux-v5.15/net/ |
D | socket.c | 1393 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create() function 1500 EXPORT_SYMBOL(__sock_create); 1515 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0); in sock_create() 1533 return __sock_create(net, family, type, protocol, res, 1); in sock_create_kern()
|
/Linux-v5.15/net/sunrpc/ |
D | xprtsock.c | 1800 err = __sock_create(xprt->xprt_net, family, type, protocol, &sock, 1); in xs_create_sock() 1871 status = __sock_create(xprt->xprt_net, AF_LOCAL, in xs_local_setup_socket()
|
D | svcsock.c | 1452 error = __sock_create(net, family, type, protocol, &sock, 1); in svc_create_socket()
|
D | clnt.c | 1345 err = __sock_create(net, sap->sa_family, in rpc_sockname()
|
/Linux-v5.15/fs/cifs/ |
D | connect.c | 2593 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM, in generic_ip_connect()
|
/Linux-v5.15/net/wireless/ |
D | nl80211.c | 12326 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
|