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()
45 return bpf_redirect(IFINDEX_DST, 0); in tc_dst_ing()
53 return bpf_redirect_peer(IFINDEX_DST, BPF_F_EGRESS); in tc_src_ing()
82 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.c956 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_dtime()
1048 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_neigh()
1084 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_peer()
1120 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_peer_ing()
1271 skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd; in test_tc_redirect_peer_l3()