Home
last modified time | relevance | path

Searched refs:test_tcp (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dsetget_sockopt.c42 static void test_tcp(int family) in test_tcp() function
188 test_tcp(AF_INET6); in test_setget_sockopt()
189 test_tcp(AF_INET); in test_setget_sockopt()
Dtc_redirect.c380 static void test_tcp(int family, const char *addr, __u16 port) in test_tcp() function
439 test_tcp(AF_INET, IP4_DST, IP4_PORT); in test_connectivity()
441 test_tcp(AF_INET6, IP6_DST, IP6_PORT); in test_connectivity()