Searched refs:get_tcp_cork (Results 1 – 3 of 3) sorted by relevance
1361 pub fn get_tcp_cork<Fd: AsFd>(fd: Fd) -> io::Result<bool> { in get_tcp_cork() function1362 backend::net::sockopt::get_tcp_cork(fd.as_fd()) in get_tcp_cork()
797 pub(crate) fn get_tcp_cork(fd: BorrowedFd<'_>) -> io::Result<bool> { in get_tcp_cork() function
960 pub(crate) fn get_tcp_cork(fd: BorrowedFd<'_>) -> io::Result<bool> { in get_tcp_cork() function