|
@@ -590,7 +590,6 @@ struct tcp_skb_cb {
|
|
#define TCPCB_EVER_RETRANS 0x80 /* Ever retransmitted frame */
|
|
#define TCPCB_EVER_RETRANS 0x80 /* Ever retransmitted frame */
|
|
#define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS)
|
|
#define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS)
|
|
|
|
|
|
- __u16 urg_ptr; /* Valid w/URG flags is set. */
|
|
|
|
__u32 ack_seq; /* Sequence number ACK'd */
|
|
__u32 ack_seq; /* Sequence number ACK'd */
|
|
};
|
|
};
|
|
|
|
|