Home
last modified time | relevance | path

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

1234567

/openbmc/linux/drivers/net/can/
H A DKconfig37 Similar to the virtual ethernet driver veth, vxcan implements a
/openbmc/linux/Documentation/networking/
H A Dmsg_zerocopy.rst253 instance when run with msg_zerocopy.sh between a veth pair across
H A Drepresentors.rst72 connecting the representor to the representee, similar in concept to a veth
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh117 ip link add ns1eth$i netns "$ns1" type veth peer name ns2eth$i netns "$ns2"
590 local veth="ns1eth$l"
591 ip -net "$ns" link set "$veth" down
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh59 ip link add veth0 type veth peer name veth1
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8060-dragonboard.dts350 dragon_veth_gpios: veth-state {
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst300 (e.g. veth pairs, bridge, etc), so it should be enabled in UML in the
381 the "peer" side of a veth pair with the other side configured on the
393 pre-up ip link add veth0 type veth peer name p-veth0 && \
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst174 leaves. Virtual devices (like e.g. lo or veth) ignore this setting and instead
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1455 struct vlan_ethhdr *veth; in vmxnet3_get_hdr_len() member
1475 hdr.veth->h_vlan_encapsulated_proto != htons(ETH_P_IP)); in vmxnet3_get_hdr_len()
1482 hdr.veth->h_vlan_encapsulated_proto != htons(ETH_P_IPV6)); in vmxnet3_get_hdr_len()
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh266 ip link add name veth0 type veth peer name veth1
H A Dfcnal-test.sh440 ip -netns ${ns1} li add ${ns1_dev} type veth peer name tmp
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4632 struct vlan_ethhdr *veth = skb_vlan_eth_hdr(skb); in stmmac_rx_vlan() local
4633 __be16 vlan_proto = veth->h_vlan_proto; in stmmac_rx_vlan()
4641 vlanid = ntohs(veth->h_vlan_TCI); in stmmac_rx_vlan()
4642 memmove(skb->data + VLAN_HLEN, veth, ETH_ALEN * 2); in stmmac_rx_vlan()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c3844 struct vlan_ethhdr *veth = vlan_eth_hdr(skb); in qeth_get_priority_queue() local
3876 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) in qeth_get_priority_queue()
3877 return ~ntohs(veth->h_vlan_TCI) >> in qeth_get_priority_queue()
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt4035 -rw-r--r-- root root 224 ./usr/include/linux/veth.h
H A Dbuildhistory_filelist1.txt4034 -rw-r--r-- root root 224 ./usr/include/linux/veth.h

1234567