Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c76 static char *cfg_input; variable
1105 if (cfg_input) { in main_loop_s()
1106 fd = open(cfg_input, O_RDONLY); in main_loop_s()
1108 xerror("can't open %s: %d", cfg_input, errno); in main_loop_s()
1120 if (cfg_input) in main_loop_s()
1271 if (cfg_input && cfg_sockopt_types.mptfo) { in main_loop()
1272 fd_in = open(cfg_input, O_RDONLY); in main_loop()
1274 xerror("can't open %s:%d", cfg_input, errno); in main_loop()
1294 if (cfg_input && !cfg_sockopt_types.mptfo) { in main_loop()
1295 fd_in = open(cfg_input, O_RDONLY); in main_loop()
[all …]