Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh168 readonly tuntype=$2
172 echo "encap ${addr1} to ${addr2}, type ${tuntype}, mac ${mac} len ${datalen}"
189 section "encap_${tuntype}_${mac}"
194 if [[ "$tuntype" =~ "udp" ]]; then
210 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then
213 ttype=$tuntype
218 if [[ "${tuntype}" == "sit" ]]; then
234 if [[ "$tuntype" == "ip6udp" && "$mac" == "mpls" ]]; then
237 elif [[ "$tuntype" =~ "udp" && "$mac" == "eth" ]]; then
240 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then
[all …]