Lines Matching defs:tfo_cfg
57 static const char tfo_cfg[] = "/proc/sys/net/ipv4/tcp_fastopen";
191 tfo_cfg, tfo_cfg_value);
192 SAFE_FILE_PRINTF(tfo_cfg, "%d", tfo_cfg_value);
786 if (access(tfo_cfg, W_OK) < 0) {
789 tfo_cfg);
793 SAFE_FILE_SCANF(tfo_cfg, "%d", &tfo_cfg_value);
794 tst_res(TINFO, "'%s' is %d", tfo_cfg, tfo_cfg_value);
805 require_root(tfo_cfg);
807 tst_res(TINFO, "set '%s' to '%d'", tfo_cfg, tfo_value);
809 SAFE_FILE_PRINTF(tfo_cfg, "%d", tfo_value);
826 require_root(tfo_cfg);