Searched refs:iph2 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv6/
H A Dip6_offload.c217 const struct ipv6hdr *iph2; ipv6_gro_receive() local
223 iph2 = (struct ipv6hdr *)(p->data + off); ipv6_gro_receive()
224 first_word = *(__be32 *)iph ^ *(__be32 *)iph2; ipv6_gro_receive()
229 * (nlen != (sizeof(*iph2) + ipv6_exthdrs_len(iph2, &ops))) ipv6_gro_receive()
233 memcmp(&iph->nexthdr, &iph2->nexthdr, ipv6_gro_receive()
/linux-4.4.14/net/ipv4/
H A Daf_inet.c1329 struct iphdr *iph2; inet_gro_receive() local
1334 iph2 = (struct iphdr *)(p->data + off); inet_gro_receive()
1340 if ((iph->protocol ^ iph2->protocol) | inet_gro_receive()
1341 ((__force u32)iph->saddr ^ (__force u32)iph2->saddr) | inet_gro_receive()
1342 ((__force u32)iph->daddr ^ (__force u32)iph2->daddr)) { inet_gro_receive()
1349 (iph->ttl ^ iph2->ttl) | inet_gro_receive()
1350 (iph->tos ^ iph2->tos) | inet_gro_receive()
1351 ((iph->frag_off ^ iph2->frag_off) & htons(IP_DF)); inet_gro_receive()
1359 ((u16)(ntohs(iph2->id) + NAPI_GRO_CB(p)->count) ^ id); inet_gro_receive()

Completed in 138 milliseconds