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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.c121 * To enable per-link debugging, use LINK_LOG_BUF_SIZE to specify the size
122 * of the print buffer used by each link. If LINK_LOG_BUF_SIZE is set to 0,
128 * - When enabled, LINK_LOG_BUF_SIZE should be set to at least TIPC_PB_MIN_SIZE
132 #define LINK_LOG_BUF_SIZE 0 macro
134 #define dbg_link(fmt, arg...) do {if (LINK_LOG_BUF_SIZE) tipc_printf(&l_ptr->print_buf, fmt, ## arg); } while(0)
135 #define dbg_link_msg(msg, txt) do {if (LINK_LOG_BUF_SIZE) tipc_msg_print(&l_ptr->print_buf, msg, txt); } while(0)
136 #define dbg_link_state(txt) do {if (LINK_LOG_BUF_SIZE) link_print(l_ptr, &l_ptr->print_buf, txt); } while(0)
138 if (LINK_LOG_BUF_SIZE) { \
450 if (LINK_LOG_BUF_SIZE) {
451 char *pb = kmalloc(LINK_LOG_BUF_SIZE, GFP_ATOMI
[all...]

Completed in 56 milliseconds