Home
last modified time | relevance | path

Searched refs:ipv6_find_tlv (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv6/
H A Dexthdrs_core.c119 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type) in ipv6_find_tlv() function
163 EXPORT_SYMBOL_GPL(ipv6_find_tlv);
H A Dmip6.c213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject()
H A Dcalipso.c1295 offset = ipv6_find_tlv(skb, sizeof(*ip6_hdr), IPV6_TLV_CALIPSO); in calipso_skbuff_optptr()
H A Dicmp.c342 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
/linux/net/xfrm/
H A Dxfrm_output.c114 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_rthdr_offset()
/linux/include/net/
H A Dipv6.h1107 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);