Searched refs:sctp_debug_flag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Ddebug.c51 int sctp_debug_flag = 1; /* Initially enable DEBUG */ variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h277 extern int sctp_debug_flag;
279 ((void) (sctp_debug_flag && printk(KERN_DEBUG whatever)))
281 if (sctp_debug_flag) { \
296 #define SCTP_ENABLE_DEBUG { sctp_debug_flag = 1; }
297 #define SCTP_DISABLE_DEBUG { sctp_debug_flag = 0; }

Completed in 104 milliseconds