Home
last modified time | relevance | path

Searched refs:tcp_poll (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/net/socket/
H A Dmod.rs787 socket::Socket::Tcp(tcp) => Self::tcp_poll(tcp, shutdown, handle_item.is_posix_listen), in poll()
793 pub fn tcp_poll( in tcp_poll() method
H A Dinet.rs740 return SocketPollMethod::tcp_poll(socket, shutdown_type, is_posix_listen); in poll()