Searched refs:inner_iph (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dxfrm4_mode_tunnel.c20 struct iphdr *inner_iph = ipip_hdr(skb); local
23 IP_ECN_set_ce(inner_iph);
H A Dip_tunnel.c641 const struct iphdr *inner_iph; local
651 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
665 dst = rt_nexthop(rt, inner_iph->daddr);
708 tos = inner_iph->tos;
711 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph);
757 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb);
761 ttl = inner_iph->ttl;
764 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit;
772 df |= (inner_iph->frag_off&htons(IP_DF));
/net/ipv6/
H A Dxfrm6_mode_tunnel.c24 struct ipv6hdr *inner_iph = ipipv6_hdr(skb); local
27 IP6_ECN_set_ce(inner_iph);

Completed in 98 milliseconds