Home
last modified time | relevance | path

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

/net/mpls/
Daf_mpls.c154 const struct ipv6hdr *v6hdr; in mpls_multipath_hash() local
156 v6hdr = (const struct ipv6hdr *)(hdr + 1); in mpls_multipath_hash()
157 hash = __ipv6_addr_jhash(&v6hdr->saddr, hash); in mpls_multipath_hash()
158 hash = __ipv6_addr_jhash(&v6hdr->daddr, hash); in mpls_multipath_hash()
159 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()