Home
last modified time | relevance | path

Searched refs:veth (Results 76 – 100 of 165) sorted by relevance

1234567

/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.sh96 ip link add "${DEV}" mtu "${DEV_MTU}" netns "${NS1}" type veth \
H A Dbig_tcp.sh31 ip -net $ROUTER_NS link add link1 type veth peer name link0 netns $CLIENT_NS
32 ip -net $ROUTER_NS link add link2 type veth peer name link3 netns $SERVER_NS
H A Dbareudp.sh195 ip link add name veth01 netns "${NS0}" type veth peer name veth10 netns "${NS1}"
196 ip link add name veth12 netns "${NS1}" type veth peer name veth21 netns "${NS2}"
197 ip link add name veth23 netns "${NS2}" type veth peer name veth32 netns "${NS3}"
H A Dso_txtime.sh32 ip link add "${DEV}" netns "${NS1}" type veth \
H A Dudpgro_frglist.sh31 ip link add type veth
H A Dxfrm_policy.sh356 ip link add $DEV netns ns1 type veth peer name eth1 netns ns3
357 ip link add $DEV netns ns2 type veth peer name eth1 netns ns4
359 ip link add $DEV netns ns3 type veth peer name veth0 netns ns4
H A Dndisc_unsolicited_na_test.sh81 ${IP_ROUTER} link add ${ROUTER_INTF} type veth \
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_meta.sh35 ip link add veth1 type veth peer name veth2
H A Dtest_tc_edt.sh41 ip link add veth_src type veth peer name veth_dst
H A Dtest_xsk.sh112 …ip link add ${VETH0} numtxqueues 4 numrxqueues 4 type veth peer name ${VETH1} numtxqueues 4 numrxq…
H A Dtest_lwt_ip_encap.sh132 ip link add veth1 type veth peer name veth2
133 ip link add veth3 type veth peer name veth4
134 ip link add veth5 type veth peer name veth6
135 ip link add veth7 type veth peer name veth8
H A Dtest_xdp_features.sh16 ip link add v1 type veth peer name v0 netns ${NS}
/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_sock2.sh12 ip link add veth0 type veth peer name veth0b
H A Dtc_l2_redirect.sh19 $IP link add ve1 type veth peer name vens1
20 $IP link add ve2 type veth peer name vens2
H A Dtest_cgrp2_tc.sh74 $IP link add $HOST_IFC type veth peer name $NS_IFC || return $?
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/
H A D0001-networkd.c-define-scope-specific-to-case-statement.patch40 g_string_append_printf(s, "Kind=veth\n\n[Peer]\nName=%s\n", def->veth_peer_link->id);
/openbmc/linux/arch/arm/boot/dts/arm/
H A Darm-realview-pb11mp.dts158 veth: regulator-veth { label
160 regulator-name = "veth";
724 vdd33a-supply = <&veth>;
725 vddvario-supply = <&veth>;
/openbmc/linux/drivers/net/
H A Dtap.c825 } veth; in tap_put_user() local
826 veth.h_vlan_proto = skb->vlan_proto; in tap_put_user()
827 veth.h_vlan_TCI = htons(skb_vlan_tag_get(skb)); in tap_put_user()
836 ret = copy_to_iter(&veth, sizeof(veth), iter); in tap_put_user()
837 if (ret != sizeof(veth) || !iov_iter_count(iter)) in tap_put_user()
H A DMakefile33 obj-$(CONFIG_VETH) += veth.o
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DREADME17 * The kernel must have veth support available, as a veth pair is created
58 network namespace and creates a veth pair which may be used in those test
60 to tdc when starting a test run; the veth pair will still be created
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0017-Adjust-for-musl-headers.patch30 src/network/netdev/veth.c | 2 +-
269 diff --git a/src/network/netdev/veth.c b/src/network/netdev/veth.c
271 --- a/src/network/netdev/veth.c
272 +++ b/src/network/netdev/veth.c
279 #include <linux/veth.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0017-Adjust-for-musl-headers.patch30 src/network/netdev/veth.c | 2 +-
269 diff --git a/src/network/netdev/veth.c b/src/network/netdev/veth.c
271 --- a/src/network/netdev/veth.c
272 +++ b/src/network/netdev/veth.c
279 #include <linux/veth.h>
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_fib.sh133 ip link add veth0 netns ${nsrouter} type veth peer name eth0 netns ${ns1} > /dev/null 2>&1
138 ip link add veth1 netns ${nsrouter} type veth peer name eth0 netns ${ns2}
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh316 ip0 link add vethrc type veth peer name vethc
317 ip0 link add vethrs type veth peer name veths
418 ip1 link add veth1 type veth peer name veth2
490 ip1 link add veth3 type veth peer name veth4
654 ip1 link add veth1 type veth peer name veth2
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh205 ip link add name w1 type veth peer name w2
271 ip link add name v1 type veth peer name v2
272 ip link add name v3 type veth peer name v4

1234567