Home
last modified time | relevance | path

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

/net/
Dsocket.c1539 int fd1, fd2, err; in __sys_socketpair() local
1559 fd2 = get_unused_fd_flags(flags); in __sys_socketpair()
1560 if (unlikely(fd2 < 0)) { in __sys_socketpair()
1562 return fd2; in __sys_socketpair()
1569 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()
1616 audit_fd_pair(fd1, fd2); in __sys_socketpair()
1619 fd_install(fd2, newfile2); in __sys_socketpair()
1623 put_unused_fd(fd2); in __sys_socketpair()