Home
last modified time | relevance | path

Searched refs:tcp_skc (Results 1 – 2 of 2) sorted by relevance

/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
214 skel->bss->tcp_skc = tcp_skc; 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()
/linux/tools/testing/selftests/bpf/progs/
H A Dvrf_socket_lookup.c14 bool tcp_skc; variable
43 if (tcp_skc) in socket_lookup()