Searched refs:ENOTSUPP (Results 1 – 6 of 6) sorted by relevance
13 #ifndef ENOTSUPP14 #define ENOTSUPP 524 macro109 if (err == -ENOTSUPP) { in test_lsm_cgroup_functional()
17 #ifndef ENOTSUPP18 #define ENOTSUPP 524 macro295 ASSERT_EQ(dctcp_skel->bss->tcp_cdg_res, -ENOTSUPP, "tcp_cdg_res"); in test_dctcp_fallback()
50 #ifndef ENOTSUPP51 #define ENOTSUPP 524 macro665 if (errno == ENOPROTOOPT || errno == ENOTSUPP) { in main()
24 #ifndef ENOTSUPP25 # define ENOTSUPP 524 macro1368 if (test->expected_result == SYSCALL_ENOTSUPP && err == ENOTSUPP) { in run_test_case()
45 #ifndef ENOTSUPP46 #define ENOTSUPP 524 macro1284 case ENOTSUPP: in do_prog_test_run()1659 if (fd_prog < 0 && saved_errno == ENOTSUPP) { in do_test_single()
29 #ifndef ENOTSUPP30 #define ENOTSUPP 524 macro1853 CHECK(err >= 0 || errno != ENOTSUPP, "reuseport array update SOCK_RAW", in test_reuseport_array()