Home
last modified time | relevance | path

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

/external/ltp/testcases/network/netstress/
Dnetstress.c52 static int tfo_cfg_value; variable
182 tfo_cfg, tfo_cfg_value); in do_cleanup()
183 SAFE_FILE_PRINTF(tfo_cfg, "%d", tfo_cfg_value); in do_cleanup()
792 SAFE_FILE_SCANF(tfo_cfg, "%d", &tfo_cfg_value); in check_tfo_value()
793 tst_res(TINFO, "'%s' is %d", tfo_cfg, tfo_cfg_value); in check_tfo_value()
801 if (tfo_cfg_value == tfo_value) in check_tfo_value()