Searched refs:BPF_F_QUERY_EFFECTIVE (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_attach_multi.c | 156 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()
|
D | cgroup_link.c | 77 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/ |
D | cgroup.c | 180 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/ |
D | bpf.h | 449 #define BPF_F_QUERY_EFFECTIVE (1U << 0) macro
|