Searched refs:sock_create (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | lib-socket.c | 66 rc = sock_create(PF_INET, SOCK_STREAM, 0, &sock); lnet_sock_ioctl() 380 rc = sock_create(PF_INET, SOCK_STREAM, 0, &sock); lnet_sock_create()
|
/linux-4.4.14/include/linux/ |
H A D | net.h | 215 int sock_create(int family, int type, int proto, struct socket **res);
|
/linux-4.4.14/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 907 ret = sock_create(sockaddr->ss_family, np->np_sock_type, iscsit_setup_np() 910 pr_err("sock_create() failed.\n"); iscsit_setup_np()
|
/linux-4.4.14/net/ |
H A D | socket.c | 1201 int sock_create(int family, int type, int protocol, struct socket **res) sock_create() function 1205 EXPORT_SYMBOL(sock_create); variable 1233 retval = sock_create(family, type, protocol, &sock); SYSCALL_DEFINE3() 1275 err = sock_create(family, type, protocol, &sock1); SYSCALL_DEFINE4() 1279 err = sock_create(family, type, protocol, &sock2); SYSCALL_DEFINE4()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
H A D | tcp.c | 1608 * sock_create allocates the sock with GFP_KERNEL. We must set o2net_start_connect() 1656 ret = sock_create(PF_INET, SOCK_STREAM, IPPROTO_TCP, &sock); o2net_start_connect() 2057 ret = sock_create(PF_INET, SOCK_STREAM, IPPROTO_TCP, &sock); o2net_open_listening_sock()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 672 if (sock_create(PF_INET, SOCK_DGRAM, IPPROTO_UDP, &socket)) { l1oip_socket_thread()
|
/linux-4.4.14/net/sctp/ |
H A D | socket.c | 4429 err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock); sctp_do_peeloff()
|
Completed in 421 milliseconds