Searched refs:ipv6_find_tlv (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | exthdrs_core.c | 116 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 D | output_core.c | 78 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) in ip6_find_1stfragopt()
|
A D | mip6.c | 213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject()
|
A D | calipso.c | 1276 offset = ipv6_find_tlv(skb, sizeof(*ip6_hdr), IPV6_TLV_CALIPSO); in calipso_skbuff_optptr()
|
A D | icmp.c | 338 off = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_addr_swap()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_output.c | 112 if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0) { in mip6_rthdr_offset()
|
/linux-6.3-rc2/include/net/ |
A D | ipv6.h | 1182 int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type);
|
Completed in 14 milliseconds