Lines Matching refs:descr
26 const char *descr; member
51 .descr = "bind4 load with invalid access: src_ip6",
64 .descr = "bind4 load with invalid access: mark",
77 .descr = "bind6 load with invalid access: src_ip4",
90 .descr = "sock_create load with invalid access: src_port",
103 .descr = "sock_create load w/o expected_attach_type (compat mode)",
117 .descr = "sock_create load w/ expected_attach_type",
131 .descr = "attach type mismatch bind4 vs bind6",
141 .descr = "attach type mismatch bind6 vs bind4",
151 .descr = "attach type mismatch default vs bind4",
161 .descr = "attach type mismatch bind6 vs sock_create",
171 .descr = "bind4 reject all",
184 .descr = "bind6 reject all",
197 .descr = "bind6 deny specific IP & port",
227 .descr = "bind4 allow specific IP & port",
257 .descr = "bind4 deny specific IP & port of TCP, and retry",
288 .descr = "bind4 deny specific IP & port of UDP, and retry",
319 .descr = "bind6 deny specific IP & port, and retry",
350 .descr = "bind4 allow all",
363 .descr = "bind6 allow all",
486 printf("Test case: %s .. ", test->descr); in run_test_case()