Lines Matching defs:iph
3622 const struct iphdr *iph;
3625 if (unlikely(!pskb_may_pull(skb, *noff + sizeof(*iph))))
3627 iph = (const struct iphdr *)(skb->data + *noff);
3628 iph_to_flow_copy_v4addrs(fk, iph);
3629 *noff += iph->ihl << 2;
3630 if (!ip_is_fragment(iph))
3631 *proto = iph->protocol;
4342 struct iphdr *iph;
4344 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph))))
4347 iph = ip_hdr(skb);
4348 if (iph->protocol == IPPROTO_IGMP) {