Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_tc_peer.c14 volatile const __u32 IFINDEX_DST; variable
34 return bpf_redirect_peer(IFINDEX_DST, 0); in tc_src()
60 return bpf_redirect_peer(IFINDEX_DST, 0); in tc_src_l3()
Dtest_tc_neigh.c37 volatile const __u32 IFINDEX_DST; variable
133 return bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0); in tc_src()
Dtest_tc_dtime.c43 volatile const __u32 IFINDEX_DST; variable
354 bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0) : TC_ACT_OK; in ingress_fwdns_prio101()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c743 skel->rodata->IFINDEX_DST = setup_result->ifindex_veth_dst_fwd; in test_tc_redirect_dtime()
846 skel->rodata->IFINDEX_DST = setup_result->ifindex_veth_dst_fwd; in test_tc_redirect_neigh()
893 skel->rodata->IFINDEX_DST = setup_result->ifindex_veth_dst_fwd; in test_tc_redirect_peer()
1042 skel->rodata->IFINDEX_DST = setup_result->ifindex_veth_dst_fwd; in test_tc_redirect_peer_l3()