Home
last modified time | relevance | path

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

/Linux-v5.4/lib/lzo/
Dlzo1x_compress.c30 const unsigned char * const ip_end = in + in_len - 20; in lzo1x_1_do_compress() local
47 if (unlikely(ip >= ip_end)) in lzo1x_1_do_compress()
53 const unsigned char *limit = ip_end in lzo1x_1_do_compress()
55 ? ip_end : ip + MAX_ZERO_RUN_LENGTH + 1; in lzo1x_1_do_compress()
175 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
200 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
236 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
Dlzo1x_decompress_safe.c23 #define HAVE_IP(x) ((size_t)(ip_end - ip) >= (size_t)(x))
47 const unsigned char * const ip_end = in + in_len; in lzo1x_decompress_safe() local
275 ip == ip_end ? LZO_E_OK : in lzo1x_decompress_safe()
276 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h92 u8 ip_end; member
Dehea_main.c1964 swqe->ip_end = swqe->ip_start + ip_hdrlen(skb) - 1; in xmit_common()
1971 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()
1979 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()