Searched refs:dname (Results 1 – 1 of 1) sorted by relevance
458 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file() argument462 if (!dname) in sock_alloc_file()463 dname = sock->sk ? sock->sk->sk_prot_creator->name : ""; in sock_alloc_file()465 file = alloc_file_pseudo(SOCK_INODE(sock), sock_mnt, dname, in sock_alloc_file()