Home
last modified time | relevance | path

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

/net/
Dsocket.c1531 int fd1, fd2, err; in __sys_socketpair() local
1551 fd2 = get_unused_fd_flags(flags); in __sys_socketpair()
1552 if (unlikely(fd2 < 0)) { in __sys_socketpair()
1554 return fd2; in __sys_socketpair()
1561 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()
1608 audit_fd_pair(fd1, fd2); in __sys_socketpair()
1611 fd_install(fd2, newfile2); in __sys_socketpair()
1615 put_unused_fd(fd2); in __sys_socketpair()