Lines Matching refs:veth
42 ip link add name veth$SRC type veth peer name veth$DST
45 ip link set dev veth$ns netns $BASE$ns
46 ip -n $BASE$ns link set dev veth$ns up
47 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V4$ns/24
48 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V6$ns/64 nodad
50 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
74 create_vxlan_endpoint $BASE$ns veth$ns $BM_NET_V4$((3 - $ns)) vxlan$ns 4
78 create_vxlan_endpoint $BASE$ns veth$ns $BM_NET_V6$((3 - $ns)) vxlan6$ns 6
208 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
217 ip -n $NS_DST addr add dev veth$DST $BM_NET$DST_NAT/$SUFFIX
218 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
226 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
231 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
238 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
250 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on