/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector_reattach.c | 29 if (CHECK_FAIL(err)) { in query_attached_prog_id() 51 if (CHECK_FAIL(fd < 0)) in load_prog() 64 if (CHECK_FAIL(err || info_len != sizeof(info))) { in query_prog_id() 77 if (CHECK_FAIL(err)) { in unshare_net() 82 if (CHECK_FAIL(new_net < 0)) { in unshare_net() 95 if (CHECK_FAIL(err)) { in test_prog_attach_prog_attach() 99 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_prog_attach() 103 if (CHECK_FAIL(err)) { in test_prog_attach_prog_attach() 107 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog2)); in test_prog_attach_prog_attach() 111 if (CHECK_FAIL(!err || errno != EINVAL)) in test_prog_attach_prog_attach() [all …]
|
D | cgroup_attach_multi.c | 94 if (CHECK_FAIL(setup_cgroup_environment())) in test_cgroup_attach_multi() 98 if (CHECK_FAIL(cg1 < 0)) in test_cgroup_attach_multi() 101 if (CHECK_FAIL(cg2 < 0)) in test_cgroup_attach_multi() 104 if (CHECK_FAIL(cg3 < 0)) in test_cgroup_attach_multi() 107 if (CHECK_FAIL(cg4 < 0)) in test_cgroup_attach_multi() 110 if (CHECK_FAIL(cg5 < 0)) in test_cgroup_attach_multi() 113 if (CHECK_FAIL(join_cgroup("/cg1/cg2/cg3/cg4/cg5"))) in test_cgroup_attach_multi() 150 CHECK_FAIL(system(PING_CMD)); in test_cgroup_attach_multi() 151 CHECK_FAIL(bpf_map_lookup_elem(map_fd, &key, &value)); in test_cgroup_attach_multi() 152 CHECK_FAIL(value != 1 + 2 + 8 + 32); in test_cgroup_attach_multi() [all …]
|
D | tailcalls.c | 21 if (CHECK_FAIL(err)) in test_tailcall_1() 25 if (CHECK_FAIL(!prog)) in test_tailcall_1() 29 if (CHECK_FAIL(main_fd < 0)) in test_tailcall_1() 33 if (CHECK_FAIL(!prog_array)) in test_tailcall_1() 37 if (CHECK_FAIL(map_fd < 0)) in test_tailcall_1() 44 if (CHECK_FAIL(!prog)) in test_tailcall_1() 48 if (CHECK_FAIL(prog_fd < 0)) in test_tailcall_1() 52 if (CHECK_FAIL(err)) in test_tailcall_1() 63 if (CHECK_FAIL(err)) in test_tailcall_1() 76 if (CHECK_FAIL(!prog)) in test_tailcall_1() [all …]
|
D | mmap.c | 78 CHECK_FAIL(bss_data->in_val); in test_mmap() 79 CHECK_FAIL(bss_data->out_val); in test_mmap() 80 CHECK_FAIL(skel->bss->in_val); in test_mmap() 81 CHECK_FAIL(skel->bss->out_val); in test_mmap() 82 CHECK_FAIL(map_data->val[0]); in test_mmap() 83 CHECK_FAIL(map_data->val[1]); in test_mmap() 84 CHECK_FAIL(map_data->val[2]); in test_mmap() 85 CHECK_FAIL(map_data->val[far]); in test_mmap() 93 CHECK_FAIL(bpf_map_update_elem(data_map_fd, &zero, &val, 0)); in test_mmap() 97 CHECK_FAIL(bss_data->in_val != 123); in test_mmap() [all …]
|
D | sk_assign.c | 35 if (CHECK_FAIL(unshare(CLONE_NEWNET))) in configure_stack() 39 if (CHECK_FAIL(system("ip link set dev lo up"))) in configure_stack() 41 if (CHECK_FAIL(system("ip route add local default dev lo"))) in configure_stack() 43 if (CHECK_FAIL(system("ip -6 route add local default dev lo"))) in configure_stack() 47 if (CHECK_FAIL(system("tc qdisc add dev lo clsact"))) in configure_stack() 66 if (CHECK_FAIL(fd == -1)) in start_server() 68 if (CHECK_FAIL(setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &timeo_sec, in start_server() 71 if (CHECK_FAIL(bind(fd, addr, len) == -1)) in start_server() 73 if (type == SOCK_STREAM && CHECK_FAIL(listen(fd, 128) == -1)) in start_server() 90 if (CHECK_FAIL(fd == -1)) in connect_to_server() [all …]
|
D | sockmap_ktls.c | 17 if (CHECK_FAIL(s == -1)) { in tcp_server() 23 if (CHECK_FAIL(err)) { in tcp_server() 50 if (CHECK_FAIL(err)) { in test_sockmap_ktls_disconnect_after_delete() 56 if (CHECK_FAIL(cli == -1)) { in test_sockmap_ktls_disconnect_after_delete() 62 if (CHECK_FAIL(err)) { in test_sockmap_ktls_disconnect_after_delete() 68 if (CHECK_FAIL(err)) { in test_sockmap_ktls_disconnect_after_delete() 74 if (CHECK_FAIL(err)) { in test_sockmap_ktls_disconnect_after_delete() 80 if (CHECK_FAIL(err)) { in test_sockmap_ktls_disconnect_after_delete() 86 if (CHECK_FAIL(err)) in test_sockmap_ktls_disconnect_after_delete() 101 if (CHECK_FAIL(map == -1)) { in run_tests()
|
D | load_bytes_relative.c | 23 if (CHECK_FAIL(cgroup_fd < 0)) in test_load_bytes_relative() 27 if (CHECK_FAIL(server_fd < 0)) in test_load_bytes_relative() 32 if (CHECK_FAIL(err)) in test_load_bytes_relative() 36 if (CHECK_FAIL(!test_result)) in test_load_bytes_relative() 44 if (CHECK_FAIL(!prog)) in test_load_bytes_relative() 49 if (CHECK_FAIL(err)) in test_load_bytes_relative() 53 if (CHECK_FAIL(client_fd < 0)) in test_load_bytes_relative() 58 if (CHECK_FAIL(err)) in test_load_bytes_relative()
|
D | map_lock.c | 25 if (CHECK_FAIL(err)) { in parallel_map_access() 29 if (CHECK_FAIL(vars[0] != 0)) { in parallel_map_access() 39 CHECK_FAIL(vars[j] != rnd); in parallel_map_access() 57 if (CHECK_FAIL(err)) { in test_map_lock() 62 if (CHECK_FAIL(map_fd[0] < 0)) in test_map_lock() 65 if (CHECK_FAIL(map_fd[1] < 0)) in test_map_lock() 71 if (CHECK_FAIL(pthread_create(&thread_id[i], NULL, in test_map_lock() 75 if (CHECK_FAIL(pthread_create(&thread_id[i], NULL, in test_map_lock() 80 if (CHECK_FAIL(pthread_join(thread_id[i], &ret) || in test_map_lock() 84 if (CHECK_FAIL(pthread_join(thread_id[i], &ret) || in test_map_lock()
|
D | sockopt_inherit.c | 79 if (CHECK_FAIL(err < 0)) { in server_thread() 89 if (CHECK_FAIL(client_fd < 0)) { in server_thread() 181 if (CHECK_FAIL(err)) in run_test() 185 if (CHECK_FAIL(err)) in run_test() 189 if (CHECK_FAIL(err)) in run_test() 193 if (CHECK_FAIL(server_fd < 0)) in run_test() 197 if (CHECK_FAIL(pthread_create(&tid, NULL, server_thread, in run_test() 206 if (CHECK_FAIL(client_fd < 0)) in run_test() 209 CHECK_FAIL(verify_sockopt(client_fd, CUSTOM_INHERIT1, "connect", 0)); in run_test() 210 CHECK_FAIL(verify_sockopt(client_fd, CUSTOM_INHERIT2, "connect", 0)); in run_test() [all …]
|
D | connect_force_port.c | 137 if (CHECK_FAIL(cgroup_fd < 0)) in test_connect_force_port() 141 if (CHECK_FAIL(server_fd < 0)) in test_connect_force_port() 143 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_STREAM)); in test_connect_force_port() 147 if (CHECK_FAIL(server_fd < 0)) in test_connect_force_port() 149 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_STREAM)); in test_connect_force_port() 153 if (CHECK_FAIL(server_fd < 0)) in test_connect_force_port() 155 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_DGRAM)); in test_connect_force_port() 159 if (CHECK_FAIL(server_fd < 0)) in test_connect_force_port() 161 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_DGRAM)); in test_connect_force_port()
|
D | cgroup_attach_autodetach.c | 40 if (CHECK_FAIL(setup_cgroup_environment())) in test_cgroup_attach_autodetach() 45 if (CHECK_FAIL(cg < 0)) in test_cgroup_attach_autodetach() 48 if (CHECK_FAIL(join_cgroup("/cg_autodetach"))) in test_cgroup_attach_autodetach() 63 if (CHECK_FAIL(system(PING_CMD))) in test_cgroup_attach_autodetach() 68 if (CHECK_FAIL(!ptr)) in test_cgroup_attach_autodetach() 96 if (CHECK_FAIL(!attempts)) in test_cgroup_attach_autodetach()
|
D | cls_redirect.c | 39 if (CHECK_FAIL(fd == -1)) in start_server() 41 if (CHECK_FAIL(bind(fd, addr, len) == -1)) in start_server() 43 if (type == SOCK_STREAM && CHECK_FAIL(listen(fd, 128) == -1)) in start_server() 57 if (CHECK_FAIL(fd == -1)) in connect_to_server() 59 if (CHECK_FAIL(connect(fd, addr, len))) in connect_to_server() 103 if (CHECK_FAIL(getsockname(*server, sa, &slen))) in set_up_conn() 114 if (CHECK_FAIL(getsockname(*conn, sa, &slen))) in set_up_conn() 117 if (CHECK_FAIL(!fill_addr_port(sa, &tuple->dst))) in set_up_conn() 121 if (CHECK_FAIL(getpeername(*conn, sa, &slen))) in set_up_conn() 124 if (CHECK_FAIL(!fill_addr_port(sa, &tuple->src))) in set_up_conn() [all …]
|
D | global_data_init.c | 16 if (CHECK_FAIL(err)) in test_global_data_init() 20 if (CHECK_FAIL(!map || !bpf_map__is_internal(map))) in test_global_data_init() 25 if (CHECK_FAIL(!newval)) in test_global_data_init() 39 if (CHECK_FAIL(err)) in test_global_data_init() 43 if (CHECK_FAIL(map_fd < 0)) in test_global_data_init()
|
D | sockmap_basic.c | 27 if (CHECK_FAIL(s == -1)) in connected_socket_v4() 32 if (CHECK_FAIL(err)) in connected_socket_v4() 36 if (CHECK_FAIL(err)) in connected_socket_v4() 41 if (CHECK_FAIL(err)) in connected_socket_v4() 89 if (CHECK_FAIL(s == -1)) in test_sockmap_create_update_free() 93 if (CHECK_FAIL(map == -1)) { in test_sockmap_create_update_free() 99 if (CHECK_FAIL(err)) { in test_sockmap_create_update_free() 115 if (CHECK_FAIL(!skel)) { in test_skmsg_helpers() 124 if (CHECK_FAIL(err)) { in test_skmsg_helpers() 130 if (CHECK_FAIL(err)) { in test_skmsg_helpers()
|
D | xdp_attach.c | 20 if (CHECK_FAIL(err)) in test_xdp_attach() 23 if (CHECK_FAIL(err)) in test_xdp_attach() 28 if (CHECK_FAIL(err)) in test_xdp_attach() 33 if (CHECK_FAIL(err)) in test_xdp_attach() 38 if (CHECK_FAIL(err)) in test_xdp_attach()
|
D | stacktrace_map.c | 29 if (CHECK_FAIL(control_map_fd < 0)) in test_stacktrace_map() 33 if (CHECK_FAIL(stackid_hmap_fd < 0)) in test_stacktrace_map() 37 if (CHECK_FAIL(stackmap_fd < 0)) in test_stacktrace_map() 41 if (CHECK_FAIL(stack_amap_fd < 0)) in test_stacktrace_map()
|
D | tcp_rtt.c | 18 if (CHECK_FAIL(write(fd, &b, sizeof(b)) != 1)) in send_byte() 53 if (CHECK_FAIL(bpf_map_lookup_elem(map_fd, &client_fd, &val) < 0)) { in verify_sk() 161 if (CHECK_FAIL(cgroup_fd < 0)) in test_tcp_rtt() 165 if (CHECK_FAIL(server_fd < 0)) in test_tcp_rtt() 168 CHECK_FAIL(run_test(cgroup_fd, server_fd)); in test_tcp_rtt()
|
D | global_data.c | 11 if (CHECK_FAIL(map_fd < 0)) in test_global_data_number() 46 if (CHECK_FAIL(map_fd < 0)) in test_global_data_string() 81 if (CHECK_FAIL(map_fd < 0)) in test_global_data_struct() 110 if (CHECK_FAIL(!map || !bpf_map__is_internal(map))) in test_global_data_rdonly() 114 if (CHECK_FAIL(map_fd < 0)) in test_global_data_rdonly()
|
D | btf_skc_cls_ingress.c | 101 if (CHECK_FAIL(listen_fd == -1)) in test_conn() 112 if (CHECK_FAIL(cli_fd == -1)) in test_conn() 116 if (CHECK_FAIL(srv_fd == -1)) in test_conn() 156 if (CHECK_FAIL(listen_fd == -1)) in test_syncookie() 167 if (CHECK_FAIL(cli_fd == -1)) in test_syncookie() 171 if (CHECK_FAIL(srv_fd == -1)) in test_syncookie()
|
D | spinlock.c | 28 if (CHECK_FAIL(err)) { in test_spinlock() 33 if (CHECK_FAIL(pthread_create(&thread_id[i], NULL, in test_spinlock() 38 if (CHECK_FAIL(pthread_join(thread_id[i], &ret) || in test_spinlock()
|
D | cgroup_link.c | 17 CHECK_FAIL(system(PING_CMD)); in ping_and_check() 79 CHECK_FAIL(err); in test_cgroup_link() 80 CHECK_FAIL(attach_flags != BPF_F_ALLOW_MULTI); in test_cgroup_link() 88 CHECK_FAIL(err); in test_cgroup_link() 89 CHECK_FAIL(attach_flags != BPF_F_ALLOW_MULTI); in test_cgroup_link() 98 CHECK_FAIL(err); in test_cgroup_link() 99 CHECK_FAIL(attach_flags != BPF_F_ALLOW_MULTI); in test_cgroup_link()
|
D | sockopt_multi.c | 310 if (CHECK_FAIL(cg_parent < 0)) in test_sockopt_multi() 314 if (CHECK_FAIL(cg_child < 0)) in test_sockopt_multi() 318 if (CHECK_FAIL(err)) in test_sockopt_multi() 322 if (CHECK_FAIL(sock_fd < 0)) in test_sockopt_multi() 325 CHECK_FAIL(run_getsockopt_test(obj, cg_parent, cg_child, sock_fd)); in test_sockopt_multi() 326 CHECK_FAIL(run_setsockopt_test(obj, cg_parent, cg_child, sock_fd)); in test_sockopt_multi()
|
D | sockopt_sk.c | 205 if (CHECK_FAIL(err)) in run_test() 209 if (CHECK_FAIL(err)) in run_test() 213 if (CHECK_FAIL(err)) in run_test() 216 CHECK_FAIL(getsetsockopt()); in run_test() 227 if (CHECK_FAIL(cgroup_fd < 0)) in test_sockopt_sk()
|
D | stacktrace_map_raw_tp.c | 29 if (CHECK_FAIL(control_map_fd < 0)) in test_stacktrace_map_raw_tp() 33 if (CHECK_FAIL(stackid_hmap_fd < 0)) in test_stacktrace_map_raw_tp() 37 if (CHECK_FAIL(stackmap_fd < 0)) in test_stacktrace_map_raw_tp()
|
D | bpf_obj_id.c | 56 if (CHECK_FAIL(err)) in test_bpf_obj_id() 61 if (CHECK_FAIL(map_fds[i] < 0)) in test_bpf_obj_id() 65 if (CHECK_FAIL(err)) in test_bpf_obj_id() 70 if (CHECK_FAIL(!prog)) in test_bpf_obj_id() 116 if (CHECK_FAIL(err)) in test_bpf_obj_id() 119 if (CHECK_FAIL(err)) in test_bpf_obj_id() 277 if (CHECK_FAIL(err)) in test_bpf_obj_id()
|