Searched refs:get_socket (Results 1 – 2 of 2) sorted by relevance
81 .get_socket(fd as i32) in setsockopt()107 .get_socket(fd as i32) in getsockopt()170 .get_socket(fd as i32) in connect()188 .get_socket(fd as i32) in bind()218 .get_socket(fd as i32) in sendto()241 .get_socket(fd as i32) in recvfrom()272 .get_socket(fd as i32) in recvmsg()301 .get_socket(fd as i32) in listen()316 .get_socket(fd as i32) in shutdown()332 .get_socket(fd as i32) in accept()[all …]
304 pub fn get_socket(&self, fd: i32) -> Option<Arc<SocketInode>> { in get_socket() method