Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_context_test_run.c268 int tap_ifindex; in test_xdp_context_tuntap() local
285 tap_ifindex = if_nametoindex(TAP_NAME); in test_xdp_context_tuntap()
286 if (!ASSERT_GE(tap_ifindex, 0, "if_nametoindex")) in test_xdp_context_tuntap()
289 tc_hook.ifindex = tap_ifindex; in test_xdp_context_tuntap()
299 ret = bpf_xdp_attach(tap_ifindex, bpf_program__fd(skel->progs.ing_xdp), in test_xdp_context_tuntap()