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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c124 int ifindex_dst_fwd; member in struct:netns_setup_result
227 result->ifindex_dst_fwd = if_nametoindex("dst_fwd");
228 if (!ASSERT_GT(result->ifindex_dst_fwd, 0, "ifindex_dst_fwd"))
381 QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd);
711 QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd);
923 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
1015 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
1051 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
1191 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
[all...]

Completed in 122 milliseconds