Home
last modified time | relevance | path

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

/linux-3.4.99/lib/lzo/
Dlzo1x_decompress_safe.c23 (((size_t)(ip_end - ip) >= (size_t)(t + x)) && \
56 const unsigned char * const ip_end = in + in_len; in lzo1x_decompress_safe() local
236 ip == ip_end ? LZO_E_OK : in lzo1x_decompress_safe()
237 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()
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()
/linux-3.4.99/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h106 u8 ip_end; member
Dehea_main.c1999 swqe->ip_end = swqe->ip_start + ip_hdrlen(skb) - 1; in xmit_common()
2006 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()
2014 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()