Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dtcp_rtt.c21 static int wait_for_ack(int fd, int retries) in wait_for_ack() function
/external/rust/crates/vmm_vhost/src/vhost_user/
Dslave_fs_cache.rs50 fn wait_for_ack(&mut self, hdr: &VhostUserMsgHeader<SlaveReq>) -> Result<u64> { in wait_for_ack() method
Dmaster.rs668 fn wait_for_ack(&mut self, hdr: &VhostUserMsgHeader<MasterReq>) -> VhostUserResult<()> { in wait_for_ack() method
/external/libnl/include/netlink-private/
Dnetlink.h213 static inline int wait_for_ack(struct nl_sock *sk) in wait_for_ack() function