Searched refs:family_str (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ ! |
D | sockmap_ktls.c | 139 const char *family_str = AF_INET ? "IPv4" : "IPv6"; in fmt_test_name() local 144 subtest_name, family_str, map_type_str); in fmt_test_name()
|
D | cls_redirect.c | 207 const char *family_str, *type, *conn, *hops, *result, *flags; in test_str() local 209 family_str = "IPv4"; in test_str() 211 family_str = "IPv6"; in test_str() 235 return snprintf(buf, len, "%s %s %s %s (%s, flags: %s)", family_str, in test_str()
|
D | sockmap_listen.c | 1428 static const char *family_str(sa_family_t family) in family_str() function 1508 family_name = family_str(family); in test_ops() 1545 family_name = family_str(family); in test_redir() 1639 family_name = family_str(AF_UNIX); in test_unix_redir() 1665 family_name = family_str(family); in test_reuseport() 1807 family_name = family_str(family); in test_udp_redir() 1982 family_name = family_str(family); in test_udp_unix_redir()
|
D | select_reuseport.c | 752 static const char *family_str(sa_family_t family) in family_str() function 805 family_str(family), sotype_str(sotype), in test_config()
|