Searched refs:test_xdp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | vrf_socket_lookup.c | 202 const char *ip, int port, bool test_xdp, bool tcp_skc, in test_lookup() argument 213 skel->bss->test_xdp = test_xdp; in test_lookup() 237 bool test_xdp, bool tcp_skc) in _test_vrf_socket_lookup() argument 262 test_xdp, tcp_skc, 0), "in_to_out")) in _test_vrf_socket_lookup() 265 test_xdp, tcp_skc, 1), "in_to_in")) in _test_vrf_socket_lookup() 268 test_xdp, tcp_skc, 1), "out_to_out")) in _test_vrf_socket_lookup() 271 test_xdp, tcp_skc, 0), "out_to_in")) in _test_vrf_socket_lookup()
|
H A D | type_cast.c | 7 static void test_xdp(void) in test_xdp() function 109 test_xdp(); in test_type_cast()
|
H A D | xdp.c | 5 void test_xdp(void) in test_xdp() function
|
H A D | xdp_bpf2bpf.c | 108 struct test_xdp *pkt_skel = NULL; in test_xdp_bpf2bpf()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | vrf_socket_lookup.c | 13 bool test_xdp; variable 69 if (test_xdp) in tc_socket_lookup() 82 if (!test_xdp) in xdp_socket_lookup()
|