net: kill unused macros
These macros never be used, so remove them. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ba27d85c96
commit
4c306a9291
@@ -132,7 +132,6 @@ struct inet_connection_sock {
|
||||
#define ICSK_TIME_RETRANS 1 /* Retransmit timer */
|
||||
#define ICSK_TIME_DACK 2 /* Delayed ack timer */
|
||||
#define ICSK_TIME_PROBE0 3 /* Zero window probe timer */
|
||||
#define ICSK_TIME_KEEPOPEN 4 /* Keepalive timer */
|
||||
|
||||
static inline struct inet_connection_sock *inet_csk(const struct sock *sk)
|
||||
{
|
||||
|
||||
@@ -1158,8 +1158,6 @@ struct tcp_md5sig_pool {
|
||||
union tcp_md5sum_block md5_blk;
|
||||
};
|
||||
|
||||
#define TCP_MD5SIG_MAXKEYS (~(u32)0) /* really?! */
|
||||
|
||||
/* - functions */
|
||||
extern int tcp_v4_md5_hash_skb(char *md5_hash, struct tcp_md5sig_key *key,
|
||||
struct sock *sk, struct request_sock *req,
|
||||
|
||||
Reference in New Issue
Block a user