Home
last modified time | relevance | path

Searched refs:family_str (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ !
Dsockmap_ktls.c139 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()
Dcls_redirect.c207 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()
Dsockmap_listen.c1428 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()
Dselect_reuseport.c752 static const char *family_str(sa_family_t family) in family_str() function
805 family_str(family), sotype_str(sotype), in test_config()