Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dnettest.c1175 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in msg_loop() local
1192 ptval = &timeout; in msg_loop()
1205 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop()
1468 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in do_server() local
1491 ptval = &timeout; in do_server()
1525 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()