Lines Matching full:tcp
4 * Definitions for tcp compression routines.
43 * The first octet contains the packet type (top 3 bits), TCP
44 * 'push' bit, and flags that indicate which of the 4 TCP sequence
46 * conversation number that associates a saved IP/TCP header with
47 * the compressed packet. The next two octets are the TCP checksum
54 * in the following order): TCP urgent pointer, window,
69 * three possible types: IP (not proto TCP or tcp with one of the
70 * control flags set); uncompressed TCP (a normal IP/TCP packet but
73 * TCP (described above).
75 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
85 #include <linux/tcp.h>
123 * "state" data for each active tcp conversation on the wire. This is
124 * basically a copy of the entire IP/TCP header from the last packet
132 struct iphdr cs_ip; /* ip/tcp hdr from most recent packet */
157 int32 sls_o_nontcp; /* outbound non-TCP packets */
158 int32 sls_o_tcp; /* outbound TCP packets */