Searched refs:inner_family (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | tun.c | 792 int pktlen, hlen, proto, inner_family, outer_family; in build_gso_packet_into_tun() local 801 inner_family = (tunnel_type & UDP_TUNNEL_INNER_IPV4) ? AF_INET : in build_gso_packet_into_tun() 807 outer_family, inner_family); in build_gso_packet_into_tun() 827 assign_ifaddr_vars(inner_family, 0, &sip, &dip, &smac, &dmac); in build_gso_packet_into_tun() 830 proto = inner_family == AF_INET ? ETH_P_IP : ETH_P_IPV6; in build_gso_packet_into_tun() 836 if (inner_family == AF_INET) in build_gso_packet_into_tun() 842 inner_family, false); in build_gso_packet_into_tun()
|
| H A D | pmtu.sh | 1625 inner_family=${1} 1630 setup namespaces routing ${encap}${outer_family}${inner_family} || return $ksft_skip 1635 if [ ${inner_family} -eq 4 ]; then
|