Searched defs:SocketInode (Results 1 – 2 of 2) sorted by relevance
989 pub struct SocketInode(SpinLock<Box<dyn Socket>>); struct991 impl SocketInode { implementation1002 impl IndexNode for SocketInode { implementation
302 pub fn get_socket(&self, fd: i32) -> Option<Arc<SocketInode>> { in get_socket()