Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c69 static unsigned int cfg_time; variable
849 if (cfg_time && (clock_gettime(CLOCK_MONOTONIC, &start) < 0)) in copyfd_io()
884 if (cfg_time) { in copyfd_io()
890 if (delta_ms > cfg_time) { in copyfd_io()
892 delta_ms, cfg_time); in copyfd_io()
1355 cfg_time = atoi(optarg); in parse_opts()