Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dxdp_do_redirect.c90 int err, xdp_prog_fd, tc_prog_fd, ifindex_src, ifindex_dst; in serial_test_xdp_do_redirect() local
151 ifindex_dst = if_nametoindex("veth_dst"); in serial_test_xdp_do_redirect()
153 !ASSERT_NEQ(ifindex_dst, 0, "ifindex_dst")) in serial_test_xdp_do_redirect()
165 link = bpf_program__attach_xdp(skel->progs.xdp_count_pkts, ifindex_dst); in serial_test_xdp_do_redirect()