Searched refs:__sock_create (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
A D | net.h | 229 int __sock_create(struct net *net, int family, int type, int proto,
|
/linux/net/9p/ |
A 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/net/ |
A 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/net/sunrpc/ |
A D | xprtsock.c | 1785 err = __sock_create(xprt->xprt_net, family, type, protocol, &sock, 1); in xs_create_sock() 1856 status = __sock_create(xprt->xprt_net, AF_LOCAL, in xs_local_setup_socket()
|
A D | svcsock.c | 1452 error = __sock_create(net, family, type, protocol, &sock, 1); in svc_create_socket()
|
A D | clnt.c | 1342 err = __sock_create(net, sap->sa_family, in rpc_sockname()
|
/linux/fs/cifs/ |
A D | connect.c | 2707 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM, in generic_ip_connect()
|
/linux/net/wireless/ |
A D | nl80211.c | 12532 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
|
/linux/ |
A D | vmlinux.symvers | 4078 0x00000000 __sock_create vmlinux EXPORT_SYMBOL
|
A D | System.map | 50258 ffff800010d68e54 T __sock_create
|
A D | .tmp_System.map | 50258 ffff800010d68e54 T __sock_create
|
Completed in 356 milliseconds