Home
last modified time | relevance | path

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

/Linux-v4.19/net/mpls/
Daf_mpls.c209 const struct ipv6hdr *v6hdr; in mpls_multipath_hash() local
211 v6hdr = (const struct ipv6hdr *)(hdr + 1); in mpls_multipath_hash()
212 hash = __ipv6_addr_jhash(&v6hdr->saddr, hash); in mpls_multipath_hash()
213 hash = __ipv6_addr_jhash(&v6hdr->daddr, hash); in mpls_multipath_hash()
214 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()