Searched refs:IPV6_TLV_HAO (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | mip6.c | 170 hao->type = IPV6_TLV_HAO; in mip6_destopt_output() 225 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject() 289 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_destopt_offset() 426 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in mip6_rthdr_offset()
|
D | output_core.c | 100 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in ip6_find_1stfragopt()
|
D | exthdrs.c | 243 .type = IPV6_TLV_HAO,
|
D | ah6.c | 188 if (opt[off] == IPV6_TLV_HAO) { in ipv6_rearrange_destopt()
|
D | icmp.c | 310 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
|
/linux-4.4.14/include/uapi/linux/ |
D | in6.h | 147 #define IPV6_TLV_HAO 201 /* home address option */ macro
|