Searched refs:ipv6_find_tlv (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/ipv6/
H A Dexthdrs_core.c116 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type) function
160 EXPORT_SYMBOL_GPL(ipv6_find_tlv); variable
H A Doutput_core.c78 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0)
H A Dmip6.c213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO);
H A Dicmp.c338 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO);
H A Dcalipso.c1273 offset = ipv6_find_tlv(skb, sizeof(*ip6_hdr), IPV6_TLV_CALIPSO);
/linux-master/net/xfrm/
H A Dxfrm_output.c113 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) {
/linux-master/include/net/
H A Dipv6.h1175 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);

Completed in 302 milliseconds