Searched refs:ipv6_find_tlv (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | exthdrs_core.c | 116 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type) in ipv6_find_tlv() function 160 EXPORT_SYMBOL_GPL(ipv6_find_tlv);
|
H A D | output_core.c | 78 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in ip6_find_1stfragopt()
|
H A D | mip6.c | 213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject()
|
H A D | calipso.c | 1276 offset = ipv6_find_tlv(skb, sizeof(*ip6_hdr), IPV6_TLV_CALIPSO); in calipso_skbuff_optptr()
|
H A D | icmp.c | 342 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_output.c | 113 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_rthdr_offset()
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 1184 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);
|