Go to the documentation of this file.
85 #include <linux/tcp.h>
88 #define SL_TYPE_IP 0x40
89 #define SL_TYPE_UNCOMPRESSED_TCP 0x70
90 #define SL_TYPE_COMPRESSED_TCP 0x80
91 #define SL_TYPE_ERROR 0x00
102 #define SPECIAL_I (NEW_S|NEW_W|NEW_U)
103 #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U)
104 #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U)
106 #define TCP_PUSH_BIT 0x10
137 #define NULLSLSTATE (struct cstate *)0
154 #define SLF_TOSS 0x01
171 #define NULLSLCOMPR (struct slcompress *)0
178 unsigned char *ocp,
unsigned char **
cpp,
int compress_cid);