diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-10-12 09:17:14 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-10-12 09:17:14 -0400 |
| commit | 620f2efcdc5c7a2db68da41bc3df3cf9a718024e (patch) | |
| tree | b1a0411e2588953777d0b10245b12044c33cef54 /include/linux/tcp.h | |
| parent | 04944b793e18ece23f63c0252646b310c1845940 (diff) | |
| parent | fd048088306656824958e7783ffcee27e241b361 (diff) | |
Merge branch 'linus' into x86/xsave
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 2e2557388e36..fe77e1499ab7 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
| @@ -312,8 +312,11 @@ struct tcp_sock { | |||
| 312 | u32 retrans_out; /* Retransmitted packets out */ | 312 | u32 retrans_out; /* Retransmitted packets out */ |
| 313 | 313 | ||
| 314 | u16 urg_data; /* Saved octet of OOB data and control flags */ | 314 | u16 urg_data; /* Saved octet of OOB data and control flags */ |
| 315 | u8 urg_mode; /* In urgent mode */ | ||
| 316 | u8 ecn_flags; /* ECN status bits. */ | 315 | u8 ecn_flags; /* ECN status bits. */ |
| 316 | u8 reordering; /* Packet reordering metric. */ | ||
| 317 | u32 snd_up; /* Urgent pointer */ | ||
| 318 | |||
| 319 | u8 keepalive_probes; /* num of allowed keep alive probes */ | ||
| 317 | /* | 320 | /* |
| 318 | * Options received (usually on last packet, some only on SYN packets). | 321 | * Options received (usually on last packet, some only on SYN packets). |
| 319 | */ | 322 | */ |
| @@ -342,7 +345,6 @@ struct tcp_sock { | |||
| 342 | struct sk_buff* lost_skb_hint; | 345 | struct sk_buff* lost_skb_hint; |
| 343 | struct sk_buff *scoreboard_skb_hint; | 346 | struct sk_buff *scoreboard_skb_hint; |
| 344 | struct sk_buff *retransmit_skb_hint; | 347 | struct sk_buff *retransmit_skb_hint; |
| 345 | struct sk_buff *forward_skb_hint; | ||
| 346 | 348 | ||
| 347 | struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ | 349 | struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ |
| 348 | 350 | ||
| @@ -358,12 +360,10 @@ struct tcp_sock { | |||
| 358 | */ | 360 | */ |
| 359 | 361 | ||
| 360 | int lost_cnt_hint; | 362 | int lost_cnt_hint; |
| 361 | int retransmit_cnt_hint; | 363 | u32 retransmit_high; /* L-bits may be on up to this seqno */ |
| 362 | 364 | ||
| 363 | u32 lost_retrans_low; /* Sent seq after any rxmit (lowest) */ | 365 | u32 lost_retrans_low; /* Sent seq after any rxmit (lowest) */ |
| 364 | 366 | ||
| 365 | u8 reordering; /* Packet reordering metric. */ | ||
| 366 | u8 keepalive_probes; /* num of allowed keep alive probes */ | ||
| 367 | u32 prior_ssthresh; /* ssthresh saved at recovery start */ | 367 | u32 prior_ssthresh; /* ssthresh saved at recovery start */ |
| 368 | u32 high_seq; /* snd_nxt at onset of congestion */ | 368 | u32 high_seq; /* snd_nxt at onset of congestion */ |
| 369 | 369 | ||
| @@ -375,8 +375,6 @@ struct tcp_sock { | |||
| 375 | u32 total_retrans; /* Total retransmits for entire connection */ | 375 | u32 total_retrans; /* Total retransmits for entire connection */ |
| 376 | 376 | ||
| 377 | u32 urg_seq; /* Seq of received urgent pointer */ | 377 | u32 urg_seq; /* Seq of received urgent pointer */ |
| 378 | u32 snd_up; /* Urgent pointer */ | ||
| 379 | |||
| 380 | unsigned int keepalive_time; /* time before keep alive takes place */ | 378 | unsigned int keepalive_time; /* time before keep alive takes place */ |
| 381 | unsigned int keepalive_intvl; /* time interval between keep alive probes */ | 379 | unsigned int keepalive_intvl; /* time interval between keep alive probes */ |
| 382 | 380 | ||
