Skip to content

Commit

Permalink
tcp: remove an unnecessary field in struct tcp_skb_cb
Browse files Browse the repository at this point in the history
The urg_ptr field is not used anywhere and is merely confusing.

Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Petr Tesarik authored and David S. Miller committed Nov 14, 2008
1 parent 00bcd52 commit 38a7ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ struct tcp_skb_cb {
#define TCPCB_EVER_RETRANS 0x80 /* Ever retransmitted frame */
#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 */
};

Expand Down

0 comments on commit 38a7ddf

Please sign in to comment.