Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dmip6.c154 struct ipv6_destopt_hao *hao; in mip6_destopt_output() local
167 hao = mip6_padn((char *)(dstopt + 1), in mip6_destopt_output()
170 hao->type = IPV6_TLV_HAO; in mip6_destopt_output()
171 BUILD_BUG_ON(sizeof(*hao) != 18); in mip6_destopt_output()
172 hao->length = sizeof(*hao) - 2; in mip6_destopt_output()
174 len = ((char *)hao - (char *)dstopt) + sizeof(*hao); in mip6_destopt_output()
176 memcpy(&hao->addr, &iph->saddr, sizeof(hao->addr)); in mip6_destopt_output()
214 struct ipv6_destopt_hao *hao = NULL; in mip6_destopt_reject() local
227 hao = (struct ipv6_destopt_hao *) in mip6_destopt_reject()
234 hao ? &hao->addr : &ipv6_hdr(skb)->saddr, in mip6_destopt_reject()
[all …]
Dexthdrs.c214 struct ipv6_destopt_hao *hao; in ipv6_dest_hao() local
226 hao = (struct ipv6_destopt_hao *)(skb_network_header(skb) + optoff); in ipv6_dest_hao()
228 if (hao->length != 16) { in ipv6_dest_hao()
230 hao->length); in ipv6_dest_hao()
234 if (!(ipv6_addr_type(&hao->addr) & IPV6_ADDR_UNICAST)) { in ipv6_dest_hao()
236 &hao->addr); in ipv6_dest_hao()
241 (xfrm_address_t *)&hao->addr, IPPROTO_DSTOPTS); in ipv6_dest_hao()
250 hao = (struct ipv6_destopt_hao *)(skb_network_header(skb) + in ipv6_dest_hao()
258 swap(ipv6h->saddr, hao->addr); in ipv6_dest_hao()
Dah6.c191 struct ipv6_destopt_hao *hao; in ipv6_rearrange_destopt() local
193 hao = (struct ipv6_destopt_hao *)&opt[off]; in ipv6_rearrange_destopt()
194 if (hao->length != sizeof(hao->addr)) { in ipv6_rearrange_destopt()
196 hao->length); in ipv6_rearrange_destopt()
199 final_addr = hao->addr; in ipv6_rearrange_destopt()
200 hao->addr = iph->saddr; in ipv6_rearrange_destopt()
Dicmp.c316 struct ipv6_destopt_hao *hao; in mip6_addr_swap() local
323 hao = (struct ipv6_destopt_hao *) in mip6_addr_swap()
326 iph->saddr = hao->addr; in mip6_addr_swap()
327 hao->addr = tmp; in mip6_addr_swap()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-platform-dfl-fme4 Contact: Wu Hao <hao.wu@intel.com>
12 Contact: Wu Hao <hao.wu@intel.com>
20 Contact: Wu Hao <hao.wu@intel.com>
Dsysfs-platform-dfl-port4 Contact: Wu Hao <hao.wu@intel.com>
12 Contact: Wu Hao <hao.wu@intel.com>
Dsysfs-class-fpga-region4 Contact: Wu Hao <hao.wu@intel.com>
Dsysfs-class-fpga-manager42 Contact: Wu Hao <hao.wu@intel.com>
/Linux-v4.19/Documentation/fpga/
Ddfl.txt6 Wu Hao <hao.wu@intel.com>
/Linux-v4.19/
DMAINTAINERS5780 M: Wu Hao <hao.wu@intel.com>