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