Searched refs:tfo_value (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 46 static int tfo_value = -1; variable 798 if (tfo_value < 0) in check_tfo_value() 801 if (tfo_cfg_value == tfo_value) in check_tfo_value() 806 tst_res(TINFO, "set '%s' to '%d'", tfo_cfg, tfo_value); in check_tfo_value() 808 SAFE_FILE_PRINTF(tfo_cfg, "%d", tfo_value); in check_tfo_value() 866 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX)) in setup() 886 if (tfo_value > 0 && tst_kvercmp(3, 7, 0) < 0) in setup()
|