Searched refs:get_tcp_congestion (Results 1 – 3 of 3) sorted by relevance
1313 pub fn get_tcp_congestion<Fd: AsFd>(fd: Fd) -> io::Result<String> { in get_tcp_congestion() function1314 backend::net::sockopt::get_tcp_congestion(fd.as_fd()) in get_tcp_congestion()
757 pub(crate) fn get_tcp_congestion(fd: BorrowedFd<'_>) -> io::Result<String> { in get_tcp_congestion() function
916 pub(crate) fn get_tcp_congestion(fd: BorrowedFd<'_>) -> io::Result<String> { in get_tcp_congestion() function