Searched refs:calipso_tlv_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | calipso.c | 799 * calipso_tlv_len - Returns the length of the TLV 808 static int calipso_tlv_len(struct ipv6_opt_hdr *opt, unsigned int offset) in calipso_tlv_len() function 857 tlv_len = calipso_tlv_len(hop, offset); in calipso_opt_find() 882 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find() 886 *end = offset_e + calipso_tlv_len(hop, offset_e); in calipso_opt_find() 1088 len = calipso_tlv_len(hop, offset); in calipso_sock_getattr()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | calipso.c | 799 * calipso_tlv_len - Returns the length of the TLV 808 static int calipso_tlv_len(struct ipv6_opt_hdr *opt, unsigned int offset) in calipso_tlv_len() function 857 tlv_len = calipso_tlv_len(hop, offset); in calipso_opt_find() 882 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find() 886 *end = offset_e + calipso_tlv_len(hop, offset_e); in calipso_opt_find() 1088 len = calipso_tlv_len(hop, offset); in calipso_sock_getattr()
|
Completed in 6 milliseconds