Home
last modified time | relevance | path

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

/external/ltp/testcases/network/netstress/
Dnetstress.c59 static int tfo_value = -1; variable
665 if (tfo_value < 0) in check_tfo_value()
668 if (tfo_cfg_value == tfo_value) in check_tfo_value()
673 tst_res(TINFO, "set '%s' to '%d'", tfo_cfg, tfo_value); in check_tfo_value()
675 SAFE_FILE_PRINTF(tfo_cfg, "%d", tfo_value); in check_tfo_value()
729 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX)) in setup()
746 if (tfo_value > 0 && tst_kvercmp(3, 7, 0) < 0) in setup()