Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh179 readonly tuntype=$2
183 echo "encap ${addr1} to ${addr2}, type ${tuntype}, mac ${mac} len ${datalen}"
200 section "encap_${tuntype}_${mac}"
205 if [[ "$tuntype" =~ "udp" ]]; then
221 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then
223 elif [[ "$tuntype" =~ "vxlan" && "$mac" == "eth" ]]; then
227 ttype=$tuntype
232 if [[ "${tuntype}" == "sit" ]]; then
248 if [[ "$tuntype" == "ip6udp" && "$mac" == "mpls" ]]; then
251 elif [[ "$tuntype" =~ "udp" && "$mac" == "eth" ]]; then
[all …]