Searched refs:BPF_CGROUP_INET_EGRESS (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_cgroup_attach.c | 95 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 …]
|
D | test_netcnt.c | 79 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()
|
D | test_section_names.c | 50 {0, BPF_CGROUP_INET_EGRESS},
|
D | test_cgroup_storage.c | 95 if (bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_INET_EGRESS, 0)) { in main()
|
D | test_sock_fields.c | 448 err = bpf_prog_attach(egress_fd, cgroup_fd, BPF_CGROUP_INET_EGRESS, 0); in main()
|
/tools/bpf/bpftool/ |
D | cgroup.c | 36 [BPF_CGROUP_INET_EGRESS] = "egress",
|
/tools/include/uapi/linux/ |
D | bpf.h | 180 BPF_CGROUP_INET_EGRESS, enumerator
|
/tools/lib/bpf/ |
D | libbpf.c | 4505 BPF_CGROUP_INET_EGRESS),
|