Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dexthdrs_core.c116 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type) in ipv6_find_tlv() function
158 EXPORT_SYMBOL_GPL(ipv6_find_tlv);
A Doutput_core.c78 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in ip6_find_1stfragopt()
A Dmip6.c213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject()
A Dcalipso.c1276 offset = ipv6_find_tlv(skb, sizeof(*ip6_hdr), IPV6_TLV_CALIPSO); in calipso_skbuff_optptr()
A Dicmp.c338 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_output.c112 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_rthdr_offset()
/linux-6.3-rc2/include/net/
A Dipv6.h1182 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);

Completed in 14 milliseconds