Home
last modified time | relevance | path

Searched defs:ShutdownType (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/net/socket/
H A Dmod.rs476 pub fn shutdown_type(&self) -> ShutdownType { in shutdown_type()
480 pub fn shutdown_type_writer(&mut self) -> RwLockWriteGuard<ShutdownType> { in shutdown_type_writer()
795 shutdown: ShutdownType, in tcp_poll()