Home
last modified time | relevance | path

Searched refs:test_xdp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dvrf_socket_lookup.c202 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 Dtype_cast.c7 static void test_xdp(void) in test_xdp() function
109 test_xdp(); in test_type_cast()
H A Dxdp.c5 void test_xdp(void) in test_xdp() function
H A Dxdp_bpf2bpf.c108 struct test_xdp *pkt_skel = NULL; in test_xdp_bpf2bpf()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dvrf_socket_lookup.c13 bool test_xdp; variable
69 if (test_xdp) in tc_socket_lookup()
82 if (!test_xdp) in xdp_socket_lookup()