diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-16 23:21:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-16 23:21:20 -0400 |
commit | f10f84314d5adc0ba6ca2a0877442de63e226130 (patch) | |
tree | 197f58427c9729f44754fa96dfdc9ac1e768ec0a /include/net/tcp.h | |
parent | a86b1e3019455283a677c2485cfeda2dc36df3eb (diff) |
mib: drop unused TCP_XXX_STATS macros
TCP_INC_STATS_USER and TCP_ADD_STATS_BH are currently unused.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 6b827cc6c52f..048f8de724c2 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -268,9 +268,7 @@ extern struct proto tcp_prot; | |||
268 | DECLARE_SNMP_STAT(struct tcp_mib, tcp_statistics); | 268 | DECLARE_SNMP_STAT(struct tcp_mib, tcp_statistics); |
269 | #define TCP_INC_STATS(field) SNMP_INC_STATS(tcp_statistics, field) | 269 | #define TCP_INC_STATS(field) SNMP_INC_STATS(tcp_statistics, field) |
270 | #define TCP_INC_STATS_BH(field) SNMP_INC_STATS_BH(tcp_statistics, field) | 270 | #define TCP_INC_STATS_BH(field) SNMP_INC_STATS_BH(tcp_statistics, field) |
271 | #define TCP_INC_STATS_USER(field) SNMP_INC_STATS_USER(tcp_statistics, field) | ||
272 | #define TCP_DEC_STATS(field) SNMP_DEC_STATS(tcp_statistics, field) | 271 | #define TCP_DEC_STATS(field) SNMP_DEC_STATS(tcp_statistics, field) |
273 | #define TCP_ADD_STATS_BH(field, val) SNMP_ADD_STATS_BH(tcp_statistics, field, val) | ||
274 | #define TCP_ADD_STATS_USER(field, val) SNMP_ADD_STATS_USER(tcp_statistics, field, val) | 272 | #define TCP_ADD_STATS_USER(field, val) SNMP_ADD_STATS_USER(tcp_statistics, field, val) |
275 | 273 | ||
276 | extern void tcp_v4_err(struct sk_buff *skb, u32); | 274 | extern void tcp_v4_err(struct sk_buff *skb, u32); |