Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c195 attach_opts.flags = BPF_F_ALLOW_OVERRIDE | BPF_F_REPLACE; in test_cgroup_attach_multi()
203 attach_opts.flags = BPF_F_REPLACE; in test_cgroup_attach_multi()
210 attach_opts.flags = BPF_F_ALLOW_MULTI | BPF_F_REPLACE; in test_cgroup_attach_multi()
Dcgroup_link.c193 link_upd_opts.flags = BPF_F_REPLACE; in test_cgroup_link()
203 link_upd_opts.flags = BPF_F_REPLACE; in 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()
/tools/include/uapi/linux/
Dbpf.h306 #define BPF_F_REPLACE (1U << 2) macro