Searched refs:v6hdr (Results 1 – 2 of 2) sorted by relevance
51 struct v6hdr { struct222 struct v6hdr h_outer; in encap_ipv6()449 char buf[sizeof(struct v6hdr)]; in decap_internal()
208 const struct ipv6hdr *v6hdr; in mpls_multipath_hash() local210 v6hdr = (const struct ipv6hdr *)(hdr + 1); in mpls_multipath_hash()211 hash = __ipv6_addr_jhash(&v6hdr->saddr, hash); in mpls_multipath_hash()212 hash = __ipv6_addr_jhash(&v6hdr->daddr, hash); in mpls_multipath_hash()213 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()