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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_mode_tunnel.c19 struct iphdr *outer_iph = ip_hdr(skb); local
22 if (INET_ECN_is_ce(outer_iph->tos))
H A Dipip.c458 static inline void ipip_ecn_decapsulate(const struct iphdr *outer_iph, argument
463 if (INET_ECN_is_ce(outer_iph->tos))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_mode_tunnel.c21 struct ipv6hdr *outer_iph = ipv6_hdr(skb); local
24 if (INET_ECN_is_ce(ipv6_get_dsfield(outer_iph)))

Completed in 111 milliseconds