diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-13 19:35:39 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 18:59:43 -0400 |
commit | 725ba8eee3881e619c8e5a0116f1bdb6480ac2d9 (patch) | |
tree | e4d92f0fcbac811ae5954f771794165225b0726f /net/dccp/dccp.h | |
parent | 531669a0a9041d60d13920973ef8aa4f743c14a0 (diff) |
[DCCP]: Introduce the DCCP Kernel hacking menu
Only available if CONFIG_DEBUG_KERNEL is enabled in the "Kernel
Hacking" Menu.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 62e735f1807d..270f19439964 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -11,14 +11,13 @@ | |||
11 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/config.h> | ||
14 | #include <linux/dccp.h> | 15 | #include <linux/dccp.h> |
15 | #include <net/snmp.h> | 16 | #include <net/snmp.h> |
16 | #include <net/sock.h> | 17 | #include <net/sock.h> |
17 | #include <net/tcp.h> | 18 | #include <net/tcp.h> |
18 | 19 | ||
19 | #define DCCP_DEBUG | 20 | #ifdef CONFIG_IP_DCCP_DEBUG |
20 | |||
21 | #ifdef DCCP_DEBUG | ||
22 | extern int dccp_debug; | 21 | extern int dccp_debug; |
23 | 22 | ||
24 | #define dccp_pr_debug(format, a...) \ | 23 | #define dccp_pr_debug(format, a...) \ |
@@ -426,7 +425,7 @@ extern int dccp_ackpkts_add(struct dccp_ackpkts *ap, u64 ackno, u8 state); | |||
426 | extern void dccp_ackpkts_check_rcv_ackno(struct dccp_ackpkts *ap, | 425 | extern void dccp_ackpkts_check_rcv_ackno(struct dccp_ackpkts *ap, |
427 | struct sock *sk, u64 ackno); | 426 | struct sock *sk, u64 ackno); |
428 | 427 | ||
429 | #ifdef DCCP_DEBUG | 428 | #ifdef CONFIG_IP_DCCP_DEBUG |
430 | extern void dccp_ackvector_print(const u64 ackno, | 429 | extern void dccp_ackvector_print(const u64 ackno, |
431 | const unsigned char *vector, int len); | 430 | const unsigned char *vector, int len); |
432 | extern void dccp_ackpkts_print(const struct dccp_ackpkts *ap); | 431 | extern void dccp_ackpkts_print(const struct dccp_ackpkts *ap); |