Lines Matching refs:ctrl_file
63 FILE *ctrl_file = NULL; in test_synproxy() local
100 ctrl_file = SYS_OUT("./xdp_synproxy --iface tmp1 --ports 8080 \ in test_synproxy()
103 size = fread(buf, 1, sizeof(buf), ctrl_file); in test_synproxy()
104 pclose(ctrl_file); in test_synproxy()
110 ctrl_file = SYS_OUT("tc filter show dev tmp1 ingress"); in test_synproxy()
111 size = fread(buf, 1, sizeof(buf), ctrl_file); in test_synproxy()
112 pclose(ctrl_file); in test_synproxy()
148 ctrl_file = SYS_OUT("./xdp_synproxy --iface tmp1 --single"); in test_synproxy()
150 ctrl_file = SYS_OUT("./xdp_synproxy --prog %s --single", in test_synproxy()
152 size = fread(buf, 1, sizeof(buf), ctrl_file); in test_synproxy()
153 pclose(ctrl_file); in test_synproxy()