Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c510 int veth1_ifindex; in test_xdp_bonding_redirect_no_up() local
546 veth1_ifindex = if_nametoindex("veth1"); in test_xdp_bonding_redirect_no_up()
547 if (!ASSERT_GT(veth1_ifindex, 0, "veth1_ifindex")) in test_xdp_bonding_redirect_no_up()
558 err = bpf_xdp_attach(veth1_ifindex, in test_xdp_bonding_redirect_no_up()
574 ctx_in.ingress_ifindex = veth1_ifindex; in test_xdp_bonding_redirect_no_up()