Searched refs:test_xdp (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
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()
|
D | type_cast.c | 7 static void test_xdp(void) in test_xdp() function 109 test_xdp(); in test_type_cast()
|
D | xdp.c | 5 void test_xdp(void) in test_xdp() function
|
D | xdp_bpf2bpf.c | 108 struct test_xdp *pkt_skel = NULL; in test_xdp_bpf2bpf()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
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()
|
D | verifier_sockmap_mutate.c | 183 int test_xdp(struct xdp_md *ctx __always_unused) in test_xdp() function
|