Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c84 struct v6hdr { struct
277 struct v6hdr h_outer; in __encap_ipv6()
385 struct v6hdr h_outer = {0}; in encap_ipv6_ipip6()
/linux/net/mpls/
H A Daf_mpls.c233 const struct ipv6hdr *v6hdr; in mpls_multipath_hash() local
236 v6hdr = (const struct ipv6hdr *)(hdr + 1); in mpls_multipath_hash()
237 hash = __ipv6_addr_jhash(&v6hdr->saddr, hash); in mpls_multipath_hash()
238 hash = __ipv6_addr_jhash(&v6hdr->daddr, hash); in mpls_multipath_hash()
239 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()