Searched refs:ipv6_find_tlv (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | exthdrs_core.c | 115 int ipv6_find_tlv(struct sk_buff *skb, int offset, int type) in ipv6_find_tlv() function 157 EXPORT_SYMBOL_GPL(ipv6_find_tlv);
|
D | mip6.c | 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 | icmp.c | 310 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 915 int ipv6_find_tlv(struct sk_buff *skb, int offset, int type);
|