Home
last modified time | relevance | path

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

/net/
Dsocket.c1532 struct file *newfile1, *newfile2; in __sys_socketpair() local
1601 newfile2 = sock_alloc_file(sock2, flags, NULL); in __sys_socketpair()
1602 if (IS_ERR(newfile2)) { in __sys_socketpair()
1603 err = PTR_ERR(newfile2); in __sys_socketpair()
1611 fd_install(fd2, newfile2); in __sys_socketpair()