Lines Matching defs:inner_iph
513 const struct iphdr *inner_iph,
536 (inner_iph->frag_off & htons(IP_DF)) &&
591 const struct iphdr *inner_iph;
604 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
608 tos = inner_iph->tos;
610 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph);
644 if (tnl_update_pmtu(dev, skb, rt, df, inner_iph, tunnel_hlen,
650 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb);
654 ttl = inner_iph->ttl;
656 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
687 const struct iphdr *inner_iph;
699 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
723 dst = rt_nexthop(rt, inner_iph->daddr);
767 tos = inner_iph->tos;
770 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph);
816 df |= (inner_iph->frag_off & htons(IP_DF));
818 if (tnl_update_pmtu(dev, skb, rt, df, inner_iph, 0, 0, false)) {
833 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb);
837 ttl = inner_iph->ttl;
840 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;