Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c69 static unsigned int cfg_time; variable
919 if (cfg_time && (clock_gettime(CLOCK_MONOTONIC, &start) < 0)) in copyfd_io()
957 if (cfg_time) { in copyfd_io()
963 if (delta_ms > cfg_time) { in copyfd_io()
965 delta_ms, cfg_time); in copyfd_io()
1442 cfg_time = atoi(optarg); in parse_opts()