Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_cgroup_attach.c95 if (bpf_prog_attach(drop_prog, foo, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
115 if (bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
124 if (bpf_prog_detach(bar, BPF_CGROUP_INET_EGRESS)) { in test_foo_bar()
133 if (bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
139 if (bpf_prog_detach(foo, BPF_CGROUP_INET_EGRESS)) { in test_foo_bar()
148 if (bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
154 if (!bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, 0)) { in test_foo_bar()
160 if (bpf_prog_detach(bar, BPF_CGROUP_INET_EGRESS)) { in test_foo_bar()
165 if (!bpf_prog_detach(foo, BPF_CGROUP_INET_EGRESS)) { in test_foo_bar()
171 if (bpf_prog_attach(allow_prog, foo, BPF_CGROUP_INET_EGRESS, 0)) { in test_foo_bar()
[all …]
Dtest_netcnt.c79 if (bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_INET_EGRESS, 0)) { in main()
89 if (bpf_prog_query(cgroup_fd, BPF_CGROUP_INET_EGRESS, 0, NULL, NULL, in main()
Dtest_section_names.c50 {0, BPF_CGROUP_INET_EGRESS},
Dtest_cgroup_storage.c95 if (bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_INET_EGRESS, 0)) { in main()
Dtest_sock_fields.c448 err = bpf_prog_attach(egress_fd, cgroup_fd, BPF_CGROUP_INET_EGRESS, 0); in main()
/tools/bpf/bpftool/
Dcgroup.c36 [BPF_CGROUP_INET_EGRESS] = "egress",
/tools/include/uapi/linux/
Dbpf.h180 BPF_CGROUP_INET_EGRESS, enumerator
/tools/lib/bpf/
Dlibbpf.c4505 BPF_CGROUP_INET_EGRESS),