Searched refs:test_lookup (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | vrf_socket_lookup.c | 201 static int test_lookup(struct vrf_socket_lookup *skel, int sotype, in test_lookup() function 261 if (!ASSERT_OK(test_lookup(skel, sotype, IP4_ADDR_VETH02, NON_VRF_PORT, in _test_vrf_socket_lookup() 264 if (!ASSERT_OK(test_lookup(skel, sotype, IP4_ADDR_VETH02, IN_VRF_PORT, in _test_vrf_socket_lookup() 267 if (!ASSERT_OK(test_lookup(skel, sotype, IP4_ADDR_VETH01, NON_VRF_PORT, in _test_vrf_socket_lookup() 270 if (!ASSERT_OK(test_lookup(skel, sotype, IP4_ADDR_VETH01, IN_VRF_PORT, in _test_vrf_socket_lookup()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | fd-001-lookup.c | 53 static void test_lookup(unsigned int fd) in test_lookup() function 148 test_lookup(fd); in main() 164 test_lookup(target_fd); in main()
|
H A D | fd-003-kthread.c | 131 static void test_lookup(int fd) in test_lookup() function 175 test_lookup(fd); in main()
|