Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c21 char *cfg_path_name; variable
28 ret = bpf_flow_load(&obj, cfg_path_name, cfg_section_name, in load_and_attach_program()
31 error(1, 0, "bpf_flow_load %s", cfg_path_name); in load_and_attach_program()
35 error(1, 0, "bpf_prog_attach %s", cfg_path_name); in load_and_attach_program()
77 if (cfg_path_name) in parse_opts()
80 cfg_path_name = optarg; in parse_opts()
94 if (cfg_attach && !cfg_path_name) in parse_opts()