Searched refs:ASSERT_NEQ (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_cpumap_attach.c | 49 if (!ASSERT_NEQ(err, 0, "Attach of BPF_XDP_CPUMAP program")) in serial_test_xdp_cpumap_attach() 55 ASSERT_NEQ(err, 0, "Add non-BPF_XDP_CPUMAP program to cpumap entry"); in serial_test_xdp_cpumap_attach()
|
A D | xdp_devmap_attach.c | 51 if (!ASSERT_NEQ(err, 0, "Attach of BPF_XDP_DEVMAP program")) in test_xdp_with_devmap_helpers() 57 ASSERT_NEQ(err, 0, "Add non-BPF_XDP_DEVMAP program to devmap entry"); in test_xdp_with_devmap_helpers()
|
A D | ksyms_btf.c | 105 ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); in test_weak_syms() 132 ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); in test_weak_syms_lskel()
|
A D | migrate_reuseport.c | 153 if (!ASSERT_NEQ(fd, -1, "open")) in setup_fastopen() 230 if (!ASSERT_NEQ(test_case->servers[i], -1, "socket")) in start_servers() 286 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients() 422 if (!ASSERT_NEQ(client, -1, "accept")) in count_requests()
|
A D | bpf_iter_setsockopt.c | 120 if (!ASSERT_NEQ(iter_skel->bss->listen_hport, 0, in do_bpf_iter_setsockopt() 139 if (!ASSERT_NEQ(iter_skel->bss->reuse_listen_hport, 0, in do_bpf_iter_setsockopt()
|
A D | kfunc_call.c | 46 ASSERT_NEQ(skel->data->active_res, -1, "active_res"); in test_subprog()
|
A D | task_local_storage.c | 59 ASSERT_NEQ(skel->bss->null_ptr_count, 0, "null_ptr_count"); in test_exit_creds()
|
A D | test_ima.c | 81 ASSERT_NEQ(ima_hash_from_bpf, 0, "ima_hash"); in test_test_ima()
|
A D | btf_split.c | 43 ASSERT_NEQ(str_off, -ENOENT, "str_int_missing"); in test_btf_split()
|
A D | btf_dedup_split.c | 44 ASSERT_NEQ(str_off, -ENOENT, "str_int_missing"); in test_split_simple()
|
A D | btf_dump.c | 733 ASSERT_NEQ(strstr(str, "FS_CONTEXT_FOR_MOUNT"), NULL, in test_btf_dump_struct_data()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_progs.h | 192 #define ASSERT_NEQ(actual, expected, name) ({ \ macro
|
Completed in 28 milliseconds