Home
last modified time | relevance | path

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

/linux-2.6.39/lib/lzo/
Dlzo1x_decompress.c23 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) argument
33 const unsigned char * const ip_end = in + in_len; in lzo1x_decompress_safe() local
47 if (HAVE_IP(t + 1, ip_end, ip)) in lzo1x_decompress_safe()
55 while ((ip < ip_end)) { in lzo1x_decompress_safe()
60 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe()
65 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe()
72 if (HAVE_IP(t + 4, ip_end, ip)) in lzo1x_decompress_safe()
132 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe()
137 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe()
151 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe()
[all …]
Dlzo1x_compress.c25 const unsigned char * const ip_end = in + in_len - M2_MAX_LEN - 5; in _lzo1x_1_do_compress() local
73 if (unlikely(ip >= ip_end)) in _lzo1x_1_do_compress()
168 if (unlikely(ip >= ip_end)) in _lzo1x_1_do_compress()
/linux-2.6.39/drivers/net/ehea/
Dehea_qmr.h105 u8 ip_end; member
Dehea_main.c1705 swqe->ip_end = (u8)(swqe->ip_start + ip_hdrlen(skb) - 1); in write_ip_start_end()
1712 (u8)(swqe->ip_end + 1 + offsetof(struct tcphdr, check)); in write_tcp_offset_end()
1721 (u8)(swqe->ip_end + 1 + offsetof(struct udphdr, check)); in write_udp_offset_end()