Searched refs:get_socket (Results 1 – 2 of 2) sorted by relevance
112 .get_socket(fd as i32) in setsockopt()138 .get_socket(fd as i32) in getsockopt()200 .get_socket(fd as i32) in connect()217 .get_socket(fd as i32) in bind()247 .get_socket(fd as i32) in sendto()270 .get_socket(fd as i32) in recvfrom()301 .get_socket(fd as i32) in recvmsg()330 .get_socket(fd as i32) in listen()345 .get_socket(fd as i32) in shutdown()405 .get_socket(fd as i32) in do_accept()[all …]
934 pub fn get_socket(&self, fd: i32) -> Option<Arc<SocketInode>> { in get_socket() method