Lines Matching defs:inner_iph
499 const struct iphdr *inner_iph,
522 (inner_iph->frag_off & htons(IP_DF)) &&
577 const struct iphdr *inner_iph;
590 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
594 tos = inner_iph->tos;
596 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph);
625 if (tnl_update_pmtu(dev, skb, rt, df, inner_iph, tunnel_hlen,
631 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb);
635 ttl = inner_iph->ttl;
637 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
668 const struct iphdr *inner_iph;
679 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
703 dst = rt_nexthop(rt, inner_iph->daddr);
747 tos = inner_iph->tos;
750 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph);
795 df |= (inner_iph->frag_off & htons(IP_DF));
797 if (tnl_update_pmtu(dev, skb, rt, df, inner_iph, 0, 0, false)) {
812 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb);
816 ttl = inner_iph->ttl;
819 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;