Lines Matching refs:progs
146 do_dummy_read(skel->progs.dump_ipv6_route); in test_ipv6_route()
159 do_dummy_read(skel->progs.dump_netlink); in test_netlink()
172 do_dummy_read(skel->progs.dump_bpf_map); in test_bpf_map()
231 do_dummy_read_opts(skel->progs.dump_task, opts); in test_task_common_nocheck()
331 do_dummy_read(skel->progs.dump_task_sleepable); in test_task_sleepable()
349 do_dummy_read(skel->progs.dump_task_stack); in test_task_stack()
350 do_dummy_read(skel->progs.get_task_user_stacks); in test_task_stack()
381 do_dummy_read_opts(skel->progs.dump_task_file, &opts); in test_task_file()
390 do_dummy_read(skel->progs.dump_task_file); in test_task_file()
395 check_bpf_link_info(skel->progs.dump_task_file); in test_task_file()
410 struct bpf_program *prog = skel->progs.dump_task_struct; in do_btf_read()
478 do_dummy_read(skel->progs.dump_tcp4); in test_tcp4()
491 do_dummy_read(skel->progs.dump_tcp6); in test_tcp6()
504 do_dummy_read(skel->progs.dump_udp4); in test_udp4()
517 do_dummy_read(skel->progs.dump_udp6); in test_udp6()
530 do_dummy_read(skel->progs.dump_unix); in test_unix()
611 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter()
634 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
711 link = bpf_program__attach_iter(skel->progs.dump_bpf_map, NULL); in test_overflow()
805 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
810 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
832 link = bpf_program__attach_iter(skel->progs.sleepable_dummy_dump, &opts); in test_bpf_hash_map()
837 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
920 link = bpf_program__attach_iter(skel->progs.dump_bpf_percpu_hash_map, &opts); in test_bpf_percpu_hash_map()
985 link = bpf_program__attach_iter(skel->progs.dump_bpf_array_map, &opts); in test_bpf_array_map()
1044 do_read_map_iter_fd(&skel->skeleton, skel->progs.dump_bpf_array_map, in test_bpf_array_map_iter_fd()
1094 link = bpf_program__attach_iter(skel->progs.dump_bpf_percpu_array_map, &opts); in test_bpf_percpu_array_map()
1153 link = bpf_program__attach_iter(skel->progs.delete_bpf_sk_storage_map, in test_bpf_sk_storage_delete()
1219 do_dummy_read(skel->progs.fill_socket_owner); in test_bpf_sk_storage_get()
1226 do_dummy_read(skel->progs.negate_socket_local_storage); in test_bpf_sk_storage_get()
1246 do_read_map_iter_fd(&skel->skeleton, skel->progs.rw_bpf_sk_storage_map, in test_bpf_sk_storage_map_iter_fd()
1287 link = bpf_program__attach_iter(skel->progs.oob_write_bpf_sk_storage_map, &opts); in test_bpf_sk_storage_map()
1295 link = bpf_program__attach_iter(skel->progs.rw_bpf_sk_storage_map, &opts); in test_bpf_sk_storage_map()
1351 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_rdonly_buf_out_of_bound()
1375 do_dummy_read(skel->progs.dump_bpf_link); in test_link_iter()
1388 do_dummy_read(skel->progs.dump_ksym); in test_ksym_iter()
1432 skel->progs.proc_maps, opts); in test_task_vma_common()
1474 check_bpf_link_info(skel->progs.proc_maps); in test_task_vma_common()
1501 skel->progs.proc_maps, NULL); in test_task_vma_dead_task()
1545 check_bpf_link_info(skel->progs.proc_maps); in test_task_vma_dead_task()
1561 do_read_map_iter_fd(&skel->skeleton, skel->progs.copy, skel->maps.sockmap); in test_bpf_sockmap_map_iter_fd()
1604 skel->links.get_vma_offset = bpf_program__attach_iter(skel->progs.get_vma_offset, opts); in test_task_vma_offset_common()