Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Droute.c1701 const struct iphdr *outer_iph = ip_hdr(skb); in ip_multipath_icmp_hash() local
1707 if (unlikely((outer_iph->frag_off & htons(IP_OFFSET)) != 0)) in ip_multipath_icmp_hash()
1710 icmph = skb_header_pointer(skb, outer_iph->ihl * 4, sizeof(_icmph), in ip_multipath_icmp_hash()
1723 outer_iph->ihl * 4 + sizeof(_icmph), in ip_multipath_icmp_hash()
1731 return fib_multipath_hash(outer_iph->saddr, outer_iph->daddr); in ip_multipath_icmp_hash()