Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c392 static void test_tcp(int family, const char *addr, __u16 port) in test_tcp() function
451 test_tcp(AF_INET, IP4_DST, IP4_PORT); in test_connectivity()
453 test_tcp(AF_INET6, IP6_DST, IP6_PORT); in test_connectivity()