Home
last modified time | relevance | path

Searched refs:sock_alloc_file (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dnet.h217 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname);
/linux-4.1.27/net/
Dsocket.c354 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file() function
388 EXPORT_SYMBOL(sock_alloc_file);
397 newfile = sock_alloc_file(sock, flags, NULL); in sock_map_fd()
1308 newfile1 = sock_alloc_file(sock1, flags, NULL); in SYSCALL_DEFINE4()
1314 newfile2 = sock_alloc_file(sock2, flags, NULL); in SYSCALL_DEFINE4()
1472 newfile = sock_alloc_file(newsock, flags, sock->sk->sk_prot_creator->name); in SYSCALL_DEFINE4()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c60 sock_filp = sock_alloc_file(sock, 0, NULL); in libcfs_sock_ioctl()
/linux-4.1.27/net/9p/
Dtrans_fd.c820 file = sock_alloc_file(csocket, 0, NULL); in p9_socket_open()
/linux-4.1.27/net/sctp/
Dsocket.c4488 newfile = sock_alloc_file(newsock, 0, NULL); in sctp_getsockopt_peeloff()