Searched refs:fd1 (Results 1 – 1 of 1) sorted by relevance
1539 int fd1, fd2, err; in __sys_socketpair() local1555 fd1 = get_unused_fd_flags(flags); in __sys_socketpair()1556 if (unlikely(fd1 < 0)) in __sys_socketpair()1557 return fd1; in __sys_socketpair()1561 put_unused_fd(fd1); in __sys_socketpair()1565 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()1616 audit_fd_pair(fd1, fd2); in __sys_socketpair()1618 fd_install(fd1, newfile1); in __sys_socketpair()1624 put_unused_fd(fd1); in __sys_socketpair()