Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv6/
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);
Doutput_core.c84 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in ip6_find_1stfragopt()
Dmip6.c213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject()
Dcalipso.c1276 offset = ipv6_find_tlv(skb, sizeof(*ip6_hdr), IPV6_TLV_CALIPSO); in calipso_skbuff_optptr()
Dicmp.c335 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
/Linux-v6.1/net/xfrm/
Dxfrm_output.c112 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_rthdr_offset()
/Linux-v6.1/include/net/
Dipv6.h1148 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);