Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c73 static unsigned int cfg_time; variable
945 if (cfg_time && (clock_gettime(CLOCK_MONOTONIC, &start) < 0)) in copyfd_io()
983 if (cfg_time) { in copyfd_io()
989 if (delta_ms > cfg_time) { in copyfd_io()
991 delta_ms, cfg_time); in copyfd_io()
1495 cfg_time = atoi(optarg); in parse_opts()