Home
last modified time | relevance | path

Searched refs:IPV6_TLV_HAO (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dmip6.c158 hao->type = IPV6_TLV_HAO; in mip6_destopt_output()
213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject()
277 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_destopt_offset()
414 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in mip6_rthdr_offset()
Doutput_core.c84 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in ip6_find_1stfragopt()
Dah6.c177 if (opt[off] == IPV6_TLV_HAO) { in ipv6_rearrange_destopt()
Dicmp.c342 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
Dexthdrs.c270 .type = IPV6_TLV_HAO,
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Din6.h99 #define IPV6_TLV_HAO 201 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Din6.h149 #define IPV6_TLV_HAO 201 /* home address option */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Din6.h109 #define IPV6_TLV_HAO 201 macro