Lines Matching defs:ip6
46 #include <netinet/ip6.h>
128 const struct ip6_hdr *ip6;
131 ip6 = agr_m_extract(m, off, sizeof(*ip6), &ip6_store);
132 if (ip6 == NULL) {
136 hash = HASH(&ip6->ip6_src, sizeof(ip6->ip6_src), hash);
137 hash = HASH(&ip6->ip6_dst, sizeof(ip6->ip6_dst), hash);
138 /* hash = HASH(&ip6->ip6_nxt, sizeof(ip6->ip6_nxt), hash); */
140 flowlabel = ip6->ip6_flow & IPV6_FLOWLABEL_MASK;