Searched refs:bpf_program__attach_cgroup (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | cg_storage_multi.c | 103 parent_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only() 127 child_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only() 177 parent_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_isolated() 182 parent_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_isolated() 187 parent_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_isolated() 222 child_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_isolated() 227 child_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_isolated() 232 child_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_isolated() 302 parent_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_shared() 307 parent_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_shared() [all …]
|
D | udp_limit.c | 24 skel->links.sock = bpf_program__attach_cgroup(skel->progs.sock, cgroup_fd); in test_udp_limit() 25 skel->links.sock_release = bpf_program__attach_cgroup(skel->progs.sock_release, cgroup_fd); in test_udp_limit()
|
D | cgroup_link.c | 66 links[i] = bpf_program__attach_cgroup(skel->progs.egress, in test_cgroup_link() 122 links[last_cg] = bpf_program__attach_cgroup(skel->progs.egress, in test_cgroup_link() 148 tmp_link = bpf_program__attach_cgroup(skel->progs.egress, in test_cgroup_link() 166 links[last_cg] = bpf_program__attach_cgroup(skel->progs.egress, in test_cgroup_link()
|
D | tcp_hdr_options.c | 355 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in fastopen_estab() 400 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in syncookie_estab() 433 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in fin() 473 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in __simple_estab() 511 link = bpf_program__attach_cgroup(misc_skel->progs.misc_estab, cg_fd); in misc()
|
D | cgroup_skb_sk_lookup.c | 62 link = bpf_program__attach_cgroup(skel->progs.ingress_lookup, cgfd); in run_cgroup_bpf_test()
|
D | sock_fields.c | 356 egress_link = bpf_program__attach_cgroup(skel->progs.egress_read_sock_fields, in test_sock_fields() 362 ingress_link = bpf_program__attach_cgroup(skel->progs.ingress_read_sock_fields, in test_sock_fields()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.map | 250 bpf_program__attach_cgroup;
|
D | libbpf.h | 259 bpf_program__attach_cgroup(struct bpf_program *prog, int cgroup_fd);
|
D | libbpf.c | 9663 bpf_program__attach_cgroup(struct bpf_program *prog, int cgroup_fd) in bpf_program__attach_cgroup() function
|