Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dtest_xdp_veth.c72 char local_veth[VETH_NAME_MAX_LEN]; /* Interface in main namespace */ member
88 .local_veth = "veth1-",
95 .local_veth = "veth2-",
102 .local_veth = "veth3-",
142 interface = if_nametoindex(net_config->veth_cfg[index].local_veth); in attach_programs_to_veth_pair()
199 net_config->veth_cfg[i].local_veth, net_config->veth_cfg[i].remote_veth, in create_network()
201 SYS(fail, "ip link set dev %s up", net_config->veth_cfg[i].local_veth); in create_network()
293 interface_id = if_nametoindex(net_config.veth_cfg[next_veth].local_veth); in xdp_veth_redirect()
392 int ifindex = if_nametoindex(net_config.veth_cfg[i].local_veth); in xdp_veth_broadcast_redirect()
505 int ifindex = if_nametoindex(net_config.veth_cfg[i].local_veth); in xdp_veth_egress()

Completed in 3 milliseconds