Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c29 #define IO_TIMEOUT_SEC 30 macro
52 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \
125 IO_TIMEOUT_SEC); \
1318 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected()
1392 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups()
Dsk_lookup.c51 #define IO_TIMEOUT_SEC 3 macro
115 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC }; in make_socket()