Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dcsum.c115 static int cfg_timeout_ms = 2000; variable
813 cfg_timeout_ms = strtol(optarg, NULL, 0) * 1000; in parse_args()
945 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx()
946 tleft = cfg_timeout_ms; in do_rx()