diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-02-02 03:45:39 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-02-02 03:45:39 -0500 |
| commit | eaa4e4fcf1b5c60e656d93242f7fe422173f25b2 (patch) | |
| tree | c05d5d6ca3f625d72a9d136b4c485d3dc9472089 /include/linux/tcp.h | |
| parent | be1e4e760d940c14d119bffef5eb007dfdf29046 (diff) | |
| parent | 5cb480f6b488128140c940abff3c36f524a334a8 (diff) | |
Merge branch 'linus' into sched/core, to resolve conflicts
Conflicts:
kernel/sysctl.c
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index d68633452d9b..4ad0706d40eb 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
| @@ -248,7 +248,10 @@ struct tcp_sock { | |||
| 248 | struct sk_buff* lost_skb_hint; | 248 | struct sk_buff* lost_skb_hint; |
| 249 | struct sk_buff *retransmit_skb_hint; | 249 | struct sk_buff *retransmit_skb_hint; |
| 250 | 250 | ||
| 251 | struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ | 251 | /* OOO segments go in this list. Note that socket lock must be held, |
| 252 | * as we do not use sk_buff_head lock. | ||
| 253 | */ | ||
| 254 | struct sk_buff_head out_of_order_queue; | ||
| 252 | 255 | ||
| 253 | /* SACKs data, these 2 need to be together (see tcp_options_write) */ | 256 | /* SACKs data, these 2 need to be together (see tcp_options_write) */ |
| 254 | struct tcp_sack_block duplicate_sack[1]; /* D-SACK block */ | 257 | struct tcp_sack_block duplicate_sack[1]; /* D-SACK block */ |
