Searched defs:tcp_sock (Results 1 – 1 of 1) sorted by relevance
205 struct tcp_sock { struct207 struct inet_connection_sock inet_conn;208 int tcp_header_len; /* Bytes of tcp header to send */214 __u32 pred_flags;221 __u32 rcv_nxt; /* What we want to receive next */222 __u32 snd_nxt; /* Next sequence we send */224 __u32 snd_una; /* First byte we want an ack for */225 __u32 snd_sml; /* Last byte of the most recently transmitted small packet */226 __u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */227 __u32 lsndtime; /* timestamp of last sent data packet (for restart window) */[all …]