Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h106 u8 ip_end; member
Dehea_main.c2004 swqe->ip_end = swqe->ip_start + ip_hdrlen(skb) - 1; in xmit_common()
2011 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()
2019 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()