Searched refs:cfg_path_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c20 char *cfg_path_name; variable
30 ret = bpf_flow_load(&obj, cfg_path_name, cfg_prog_name,
33 error(1, 0, "bpf_flow_load %s", cfg_path_name);
37 error(1, 0, "bpf_prog_attach %s", cfg_path_name);
79 if (cfg_path_name)
82 cfg_path_name = optarg;
96 if (cfg_attach && !cfg_path_name)

Completed in 244 milliseconds