Searched refs:fd1 (Results 1 – 1 of 1) sorted by relevance
1548 int fd1, fd2, err; in __sys_socketpair() local1564 fd1 = get_unused_fd_flags(flags); in __sys_socketpair()1565 if (unlikely(fd1 < 0)) in __sys_socketpair()1566 return fd1; in __sys_socketpair()1570 put_unused_fd(fd1); in __sys_socketpair()1574 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()1625 audit_fd_pair(fd1, fd2); in __sys_socketpair()1627 fd_install(fd1, newfile1); in __sys_socketpair()1633 put_unused_fd(fd1); in __sys_socketpair()