HomeSort by relevance Sort by last modified time
    Searched refs:veth (Results 1 - 10 of 10) sorted by null

  /external/libnl/tests/
test-create-veth.c 3 #include <netlink/route/link/veth.h>
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_redirect.sh 2 # Create 2 namespaces with two veth peers, and
38 ip link add veth1 index 111 type veth peer name veth11
39 ip link add veth2 index 222 type veth peer name veth22
test_xdp_meta.sh 28 ip link add veth1 type veth peer name veth2
  /external/ltp/testcases/network/dhcp/
dhcp_lib.sh 43 lsmod | grep -q '^veth ' && veth_loaded=yes || veth_loaded=no
45 tst_resm TINFO "create veth interfaces"
46 ip li add $iface0 type veth peer name $iface1 || \
47 tst_brkm TBROK "failed to add veth $iface0"
85 [ "$veth_loaded" = "no" ] && lsmod | grep -q '^veth ' && rmmod veth
  /external/iproute2/ip/
link_veth.c 2 * link_veth.c veth driver module
15 #include <linux/veth.h>
22 printf("Usage: ip link <options> type veth [peer <options>]\n"
94 .id = "veth",
  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.sh 80 ip link add "${DEV}" mtu "${DEV_MTU}" netns "${NS1}" type veth \
  /device/generic/goldfish/wifi/
init.wifi.sh 58 /system/bin/ip link add radio0 type veth peer name radio0-peer
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.sh 200 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
201 tst_brkm TBROK "unable to create veth pair devices"
236 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \
237 tst_brkm TBROK "unable to create veth pair devices"
  /external/libnl/lib/route/link/
veth.c 2 * lib/route/link/veth.c Virtual Ethernet
14 * @defgroup veth VETH
18 * \b Link Type Name: "veth"
20 * @route_doc{link_veth, VETH Documentation}
32 #include <netlink/route/link/veth.h>
48 NL_DBG(3, "Parsing veth link info");
159 if ((err = rtnl_link_set_type(peer, "veth")) < 0) {
181 .io_name = "veth",
197 APPBUG("Link is not a veth link. set type \"veth\" first.");
    [all...]
  /external/ltp/testcases/lib/
test_net.sh 29 ROD ip li add name ltp_ns_veth1 type veth peer name ltp_ns_veth2

Completed in 454 milliseconds