Searched refs:inner_iph (Results 1 – 3 of 3) sorted by relevance
590 const struct iphdr *inner_iph) in tnl_update_pmtu() argument607 (inner_iph->frag_off & htons(IP_DF)) && in tnl_update_pmtu()642 const struct iphdr *inner_iph; in ip_tunnel_xmit() local652 inner_iph = (const struct iphdr *)skb_inner_network_header(skb); in ip_tunnel_xmit()666 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()709 tos = inner_iph->tos; in ip_tunnel_xmit()712 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph); in ip_tunnel_xmit()742 if (tnl_update_pmtu(dev, skb, rt, tnl_params->frag_off, inner_iph)) { in ip_tunnel_xmit()758 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb); in ip_tunnel_xmit()762 ttl = inner_iph->ttl; in ip_tunnel_xmit()[all …]
20 struct iphdr *inner_iph = ipip_hdr(skb); in ipip_ecn_decapsulate() local23 IP_ECN_set_ce(inner_iph); in ipip_ecn_decapsulate()
24 struct ipv6hdr *inner_iph = ipipv6_hdr(skb); in ipip6_ecn_decapsulate() local27 IP6_ECN_set_ce(skb, inner_iph); in ipip6_ecn_decapsulate()