Lines Matching refs:progs

94 	do_dummy_read(skel->progs.dump_ipv6_route);  in test_ipv6_route()
108 do_dummy_read(skel->progs.dump_netlink); in test_netlink()
122 do_dummy_read(skel->progs.dump_bpf_map); in test_bpf_map()
136 do_dummy_read(skel->progs.dump_task); in test_task()
150 do_dummy_read(skel->progs.dump_task_stack); in test_task_stack()
151 do_dummy_read(skel->progs.get_task_user_stacks); in test_task_stack()
178 do_dummy_read(skel->progs.dump_task_file); in test_task_file()
197 struct bpf_program *prog = skel->progs.dump_task_struct; in do_btf_read()
270 do_dummy_read(skel->progs.dump_tcp4); in test_tcp4()
284 do_dummy_read(skel->progs.dump_tcp6); in test_tcp6()
298 do_dummy_read(skel->progs.dump_udp4); in test_udp4()
312 do_dummy_read(skel->progs.dump_udp6); in test_udp6()
325 do_dummy_read(skel->progs.dump_unix); in test_unix()
412 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter()
436 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
518 link = bpf_program__attach_iter(skel->progs.dump_bpf_map, NULL); in test_overflow()
623 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
628 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
650 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_bpf_hash_map()
741 link = bpf_program__attach_iter(skel->progs.dump_bpf_percpu_hash_map, &opts); in test_bpf_percpu_hash_map()
812 link = bpf_program__attach_iter(skel->progs.dump_bpf_array_map, &opts); in test_bpf_array_map()
908 link = bpf_program__attach_iter(skel->progs.dump_bpf_percpu_array_map, &opts); in test_bpf_percpu_array_map()
970 link = bpf_program__attach_iter(skel->progs.delete_bpf_sk_storage_map, in test_bpf_sk_storage_delete()
1032 do_dummy_read(skel->progs.fill_socket_owner); in test_bpf_sk_storage_get()
1040 do_dummy_read(skel->progs.negate_socket_local_storage); in test_bpf_sk_storage_get()
1089 link = bpf_program__attach_iter(skel->progs.dump_bpf_sk_storage_map, &opts); in test_bpf_sk_storage_map()
1142 link = bpf_program__attach_iter(skel->progs.dump_bpf_hash_map, &opts); in test_rdonly_buf_out_of_bound()
1199 skel->progs.proc_maps, NULL); in test_task_vma()