Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c139 int ifindex_dst_fwd; member
242 result->ifindex_dst_fwd = if_nametoindex("dst_fwd"); in netns_setup_links_and_routes()
243 if (!ASSERT_GT(result->ifindex_dst_fwd, 0, "ifindex_dst_fwd")) in netns_setup_links_and_routes()
396 QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd); in netns_load_bpf()
726 QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd); in netns_load_dtime_bpf()
935 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_dtime()
1027 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_neigh()
1063 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_peer()
1203 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_peer_l3()
1219 QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd); in test_tc_redirect_peer_l3()