Lines Matching refs:inner_iph
601 const struct iphdr *inner_iph) in tnl_update_pmtu() argument
618 (inner_iph->frag_off & htons(IP_DF)) && in tnl_update_pmtu()
653 const struct iphdr *inner_iph; in ip_tunnel_xmit() local
663 inner_iph = (const struct iphdr *)skb_inner_network_header(skb); in ip_tunnel_xmit()
679 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
722 tos = inner_iph->tos; in ip_tunnel_xmit()
725 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph); in ip_tunnel_xmit()
755 if (tnl_update_pmtu(dev, skb, rt, tnl_params->frag_off, inner_iph)) { in ip_tunnel_xmit()
770 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb); in ip_tunnel_xmit()
774 ttl = inner_iph->ttl; in ip_tunnel_xmit()
777 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit; in ip_tunnel_xmit()
785 df |= (inner_iph->frag_off&htons(IP_DF)); in ip_tunnel_xmit()