Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h36 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \
224 static inline int accept_timeout(int fd, struct sockaddr *addr, socklen_t *len, in accept_timeout() function
H A Dsockmap_listen.c1451 p = accept_timeout(s, sockaddr(&addr), &len, IO_TIMEOUT_SEC); in vsock_socketpair_connectible()