Lines Matching refs:progs

148 	do_dummy_read(skel->progs.dump_ipv6_route);  in test_ipv6_route()
161 do_dummy_read(skel->progs.dump_netlink); in test_netlink()
174 do_dummy_read(skel->progs.dump_bpf_map); in test_bpf_map()
233 do_dummy_read_opts(skel->progs.dump_task, opts); in test_task_common_nocheck()
316 do_dummy_read(skel->progs.dump_task_sleepable); in test_task_sleepable()
334 do_dummy_read(skel->progs.dump_task_stack); in test_task_stack()
335 do_dummy_read(skel->progs.get_task_user_stacks); in test_task_stack()
364 do_dummy_read_opts(skel->progs.dump_task_file, &opts); in test_task_file()
373 do_dummy_read(skel->progs.dump_task_file); in test_task_file()
378 check_bpf_link_info(skel->progs.dump_task_file); in test_task_file()
393 struct bpf_program *prog = skel->progs.dump_task_struct; in do_btf_read()
461 do_dummy_read(skel->progs.dump_tcp4); in test_tcp4()
474 do_dummy_read(skel->progs.dump_tcp6); in test_tcp6()
487 do_dummy_read(skel->progs.dump_udp4); in test_udp4()
500 do_dummy_read(skel->progs.dump_udp6); in test_udp6()
513 do_dummy_read(skel->progs.dump_unix); in test_unix()
595 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter()
618 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
699 link = bpf_program__attach_iter(skel->progs.dump_bpf_map, NULL); in test_overflow()
796 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
801 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
823 link = bpf_program__attach_iter(skel->progs.sleepable_dummy_dump, &opts); in test_bpf_hash_map()
828 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
909 link = bpf_program__attach_iter(skel->progs.dump_bpf_percpu_hash_map, &opts); in test_bpf_percpu_hash_map()
974 link = bpf_program__attach_iter(skel->progs.dump_bpf_array_map, &opts); in test_bpf_array_map()
1036 do_read_map_iter_fd(&skel->skeleton, skel->progs.dump_bpf_array_map, in test_bpf_array_map_iter_fd()
1084 link = bpf_program__attach_iter(skel->progs.dump_bpf_percpu_array_map, &opts); in test_bpf_percpu_array_map()
1142 link = bpf_program__attach_iter(skel->progs.delete_bpf_sk_storage_map, in test_bpf_sk_storage_delete()
1203 do_dummy_read(skel->progs.fill_socket_owner); in test_bpf_sk_storage_get()
1211 do_dummy_read(skel->progs.negate_socket_local_storage); in test_bpf_sk_storage_get()
1232 do_read_map_iter_fd(&skel->skeleton, skel->progs.rw_bpf_sk_storage_map, in test_bpf_sk_stoarge_map_iter_fd()
1273 link = bpf_program__attach_iter(skel->progs.oob_write_bpf_sk_storage_map, &opts); in test_bpf_sk_storage_map()
1281 link = bpf_program__attach_iter(skel->progs.rw_bpf_sk_storage_map, &opts); in test_bpf_sk_storage_map()
1337 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_rdonly_buf_out_of_bound()
1361 do_dummy_read(skel->progs.dump_bpf_link); in test_link_iter()
1374 do_dummy_read(skel->progs.dump_ksym); in test_ksym_iter()
1418 skel->progs.proc_maps, opts); in test_task_vma_common()
1460 check_bpf_link_info(skel->progs.proc_maps); in test_task_vma_common()
1487 skel->progs.proc_maps, NULL); in test_task_vma_dead_task()
1531 check_bpf_link_info(skel->progs.proc_maps); in test_task_vma_dead_task()
1547 do_read_map_iter_fd(&skel->skeleton, skel->progs.copy, skel->maps.sockmap); in test_bpf_sockmap_map_iter_fd()
1590 skel->links.get_vma_offset = bpf_program__attach_iter(skel->progs.get_vma_offset, opts); in test_task_vma_offset_common()