Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dtest_xdp_veth.c75 int next_veth; /* Local interface to redirect traffic to */ member
90 .next_veth = 1,
97 .next_veth = 2,
104 .next_veth = 0,
289 int next_veth = net_config.veth_cfg[i].next_veth; in xdp_veth_redirect() local
293 interface_id = if_nametoindex(net_config.veth_cfg[next_veth].local_veth); in xdp_veth_redirect()

Completed in 4 milliseconds