]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/tcp.h
[TCP]: Convert highest_sack to sk_buff to allow direct access
[linux-2.6-omap-h63xx.git] / include / linux / tcp.h
index bac17c59b24ef8a0c24d93d1fc7e041c6e0b571c..34acee662230c85f15b433127b6357c744d3c248 100644 (file)
@@ -332,8 +332,10 @@ struct tcp_sock {
 
        struct tcp_sack_block_wire recv_sack_cache[4];
 
-       u32     highest_sack;   /* Start seq of globally highest revd SACK
-                                * (validity guaranteed only if sacked_out > 0) */
+       struct sk_buff *highest_sack;   /* highest skb with SACK received
+                                        * (validity guaranteed only if
+                                        * sacked_out > 0)
+                                        */
 
        /* from STCP, retrans queue hinting */
        struct sk_buff* lost_skb_hint;