Home
last modified time | relevance | path

Searched defs:tcp_opt (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/net/
Dsock.h266 struct tcp_opt { struct
267 int tcp_header_len; /* Bytes of tcp header to send */
273 __u32 pred_flags;
280 __u32 rcv_nxt; /* What we want to receive next */
281 __u32 snd_nxt; /* Next sequence we send */
283 __u32 snd_una; /* First byte we want an ack for */
284 __u32 snd_sml; /* Last byte of the most recently transmitted small packet */
285 __u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */
286 __u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
289 struct {
[all …]