Lines Matching defs:iph
4056 const struct iphdr *iph;
4059 data = bond_pull_data(skb, data, hlen, *nhoff + sizeof(*iph));
4063 iph = (const struct iphdr *)(data + *nhoff);
4064 iph_to_flow_copy_v4addrs(fk, iph);
4065 *nhoff += iph->ihl << 2;
4066 if (!ip_is_fragment(iph))
4067 *ip_proto = iph->protocol;
4888 struct iphdr *iph;
4890 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph))))
4893 iph = ip_hdr(skb);
4894 if (iph->protocol == IPPROTO_IGMP) {
4928 const struct iphdr *iph;
4933 iph = (struct iphdr *)data;
4935 if (iph->protocol == IPPROTO_IGMP) {