Lines Matching refs:hao
233 struct ipv6_destopt_hao *hao; in ipv6_dest_hao() local
246 hao = (struct ipv6_destopt_hao *)(skb_network_header(skb) + optoff); in ipv6_dest_hao()
248 if (hao->length != 16) { in ipv6_dest_hao()
250 hao->length); in ipv6_dest_hao()
255 if (!(ipv6_addr_type(&hao->addr) & IPV6_ADDR_UNICAST)) { in ipv6_dest_hao()
257 &hao->addr); in ipv6_dest_hao()
263 (xfrm_address_t *)&hao->addr, IPPROTO_DSTOPTS); in ipv6_dest_hao()
274 hao = (struct ipv6_destopt_hao *)(skb_network_header(skb) + in ipv6_dest_hao()
282 swap(ipv6h->saddr, hao->addr); in ipv6_dest_hao()