Home
last modified time | relevance | path

Searched refs:ip_end (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/lib/lzo/
Dlzo1x_compress.c28 const unsigned char * const ip_end = in + in_len - 20; in lzo1x_1_do_compress() local
44 if (unlikely(ip >= ip_end)) in lzo1x_1_do_compress()
102 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
127 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
163 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
Dlzo1x_decompress_safe.c22 #define HAVE_IP(x) ((size_t)(ip_end - ip) >= (size_t)(x))
46 const unsigned char * const ip_end = in + in_len; in lzo1x_decompress_safe() local
247 ip == ip_end ? LZO_E_OK : in lzo1x_decompress_safe()
248 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()
/Linux-v4.19/arch/mips/kernel/
Dprocess.c374 union mips_instruction insn, *ip, *ip_end; in get_frame_info() local
387 ip_end = (void *)ip + info->func_size; in get_frame_info()
389 for (i = 0; i < max_insns && ip < ip_end; i++) { in get_frame_info()
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h106 u8 ip_end; member
Dehea_main.c1983 swqe->ip_end = swqe->ip_start + ip_hdrlen(skb) - 1; in xmit_common()
1990 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()
1998 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()