Home
last modified time | relevance | path

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

/linux-6.1.9/net/
Dsocket.c1660 struct file *newfile1, *newfile2; in __sys_socketpair() local
1722 newfile1 = sock_alloc_file(sock1, flags, NULL); in __sys_socketpair()
1723 if (IS_ERR(newfile1)) { in __sys_socketpair()
1724 err = PTR_ERR(newfile1); in __sys_socketpair()
1732 fput(newfile1); in __sys_socketpair()
1738 fd_install(fd1, newfile1); in __sys_socketpair()