Searched refs:_test_vrf_socket_lookup (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | vrf_socket_lookup.c | 236 static void _test_vrf_socket_lookup(struct vrf_socket_lookup *skel, int sotype, in _test_vrf_socket_lookup() function 297 _test_vrf_socket_lookup(skel, SOCK_STREAM, false, false); in test_vrf_socket_lookup() 299 _test_vrf_socket_lookup(skel, SOCK_STREAM, false, false); in test_vrf_socket_lookup() 301 _test_vrf_socket_lookup(skel, SOCK_STREAM, false, false); in test_vrf_socket_lookup() 303 _test_vrf_socket_lookup(skel, SOCK_STREAM, true, false); in test_vrf_socket_lookup() 305 _test_vrf_socket_lookup(skel, SOCK_STREAM, true, false); in test_vrf_socket_lookup() 307 _test_vrf_socket_lookup(skel, SOCK_STREAM, true, false); in test_vrf_socket_lookup()
|