Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c195 attach_opts.flags = BPF_F_ALLOW_OVERRIDE | BPF_F_REPLACE; in serial_test_cgroup_attach_multi()
203 attach_opts.flags = BPF_F_REPLACE; in serial_test_cgroup_attach_multi()
210 attach_opts.flags = BPF_F_ALLOW_MULTI | BPF_F_REPLACE; in serial_test_cgroup_attach_multi()
Dcgroup_link.c187 link_upd_opts.flags = BPF_F_REPLACE; in serial_test_cgroup_link()
197 link_upd_opts.flags = BPF_F_REPLACE; in serial_test_cgroup_link()
Dflow_dissector_reattach.c297 update_opts.flags = BPF_F_REPLACE; in test_link_update_replace_old_prog()
359 update_opts.flags = BPF_F_REPLACE; in test_link_update_invalid_opts()
370 update_opts.flags = BPF_F_REPLACE; in test_link_update_invalid_opts()
Dtc_opts.c746 .flags = BPF_F_REPLACE, in test_tc_opts_replace_target()
780 .flags = BPF_F_REPLACE | BPF_F_BEFORE, in test_tc_opts_replace_target()
815 .flags = BPF_F_REPLACE, in test_tc_opts_replace_target()
824 .flags = BPF_F_REPLACE | BPF_F_AFTER, in test_tc_opts_replace_target()
835 .flags = BPF_F_BEFORE | BPF_F_AFTER | BPF_F_REPLACE, in test_tc_opts_replace_target()
996 .flags = BPF_F_REPLACE, in test_tc_opts_invalid_target()
1005 .flags = BPF_F_REPLACE, in test_tc_opts_invalid_target()
1456 .flags = BPF_F_REPLACE, in test_tc_opts_mixed_target()
1467 .flags = BPF_F_REPLACE, in test_tc_opts_mixed_target()
1478 .flags = BPF_F_REPLACE, in test_tc_opts_mixed_target()
[all …]
Dlsm_cgroup.c154 update_opts.flags = BPF_F_REPLACE; in test_lsm_cgroup_functional()
Dbpf_tcp_ca.c525 opts.flags = BPF_F_REPLACE; in test_link_replace()
Dtc_links.c719 .flags = BPF_F_REPLACE, in test_tc_links_replace_target()
733 .flags = BPF_F_REPLACE | BPF_F_LINK, in test_tc_links_replace_target()
747 .flags = BPF_F_REPLACE | BPF_F_LINK | BPF_F_AFTER, in test_tc_links_replace_target()
/tools/include/uapi/linux/
Dbpf.h1139 #define BPF_F_REPLACE (1U << 2) macro