Searched refs:family_str (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | cls_redirect.c | 206 const char *family_str, *type, *conn, *hops, *result, *flags; in test_str() local 208 family_str = "IPv4"; in test_str() 210 family_str = "IPv6"; in test_str() 234 return snprintf(buf, len, "%s %s %s %s (%s, flags: %s)", family_str, in test_str()
|
D | sockmap_listen.c | 1437 static const char *family_str(sa_family_t family) in family_str() function 1515 family_name = family_str(family); in test_ops() 1552 family_name = family_str(family); in test_redir() 1584 family_name = family_str(family); in test_reuseport()
|
D | select_reuseport.c | 761 static const char *family_str(sa_family_t family) in family_str() function 814 family_str(family), sotype_str(sotype), in test_config()
|