Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c16 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in serial_test_tc_opts_basic()
114 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_before_target()
266 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_after_target()
457 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_revision_target()
568 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_chain_classic()
669 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_replace_target()
876 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_invalid_target()
1029 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_prepend_target()
1169 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_append_target()
1309 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_dev_cleanup_target()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h335 struct bpf_prog_detach_opts { struct
373 LIBBPF_API int bpf_prog_detach_opts(int prog_fd, int target,
375 const struct bpf_prog_detach_opts *opts);
H A Dbpf.c670 int bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_detach_opts() function
671 const struct bpf_prog_detach_opts *opts) in bpf_prog_detach_opts()
678 if (!OPTS_VALID(opts, bpf_prog_detach_opts)) in bpf_prog_detach_opts()
709 return bpf_prog_detach_opts(0, target_fd, type, NULL); in bpf_prog_detach()
714 return bpf_prog_detach_opts(prog_fd, target_fd, type, NULL); in bpf_prog_detach2()
H A Dlibbpf.map399 bpf_prog_detach_opts;