Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/
H A Dsocket.c1548 struct file *newfile1, *newfile2; in __sys_socketpair() local
1610 newfile1 = sock_alloc_file(sock1, flags, NULL); in __sys_socketpair()
1611 if (IS_ERR(newfile1)) { in __sys_socketpair()
1612 err = PTR_ERR(newfile1); in __sys_socketpair()
1620 fput(newfile1); in __sys_socketpair()
1626 fd_install(fd1, newfile1); in __sys_socketpair()
/kernel/linux/linux-6.6/net/
H A Dsocket.c1735 struct file *newfile1, *newfile2; in __sys_socketpair() local
1797 newfile1 = sock_alloc_file(sock1, flags, NULL); in __sys_socketpair()
1798 if (IS_ERR(newfile1)) { in __sys_socketpair()
1799 err = PTR_ERR(newfile1); in __sys_socketpair()
1807 fput(newfile1); in __sys_socketpair()
1813 fd_install(fd1, newfile1); in __sys_socketpair()

Completed in 10 milliseconds