Searched defs:SocketInode (Results 1 – 2 of 2) sorted by relevance
285 pub struct SocketInode(SpinLock<Box<dyn Socket>>, AtomicUsize); struct287 impl SocketInode { implementation328 impl Drop for SocketInode { implementation336 impl IndexNode for SocketInode { implementation
934 pub fn get_socket(&self, fd: i32) -> Option<Arc<SocketInode>> { in get_socket()