Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c156 BPF_F_QUERY_EFFECTIVE, NULL, NULL, &prog_cnt)); in test_cgroup_attach_multi()
160 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_attach_multi()
169 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_attach_multi()
274 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_attach_multi()
Dcgroup_link.c77 BPF_F_QUERY_EFFECTIVE, &attach_flags, NULL, in test_cgroup_link()
86 BPF_F_QUERY_EFFECTIVE, NULL, NULL, in test_cgroup_link()
96 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_link()
/tools/bpf/bpftool/
Dcgroup.c180 if (query_flags & BPF_F_QUERY_EFFECTIVE) { in do_show()
184 query_flags |= BPF_F_QUERY_EFFECTIVE; in do_show()
337 if (query_flags & BPF_F_QUERY_EFFECTIVE) { in do_show_tree()
341 query_flags |= BPF_F_QUERY_EFFECTIVE; in do_show_tree()
/tools/include/uapi/linux/
Dbpf.h449 #define BPF_F_QUERY_EFFECTIVE (1U << 0) macro