Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dtest_tc_neigh.c37 volatile const __u32 IFINDEX_DST; variable
133 return bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0); in tc_src()
H A Dtest_tc_dtime.c43 volatile const __u32 IFINDEX_DST; variable
352 bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0) : TC_ACT_OK; in ingress_fwdns_prio101()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c935 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()