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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsysctl_net_core.c160 .data = &net_msg_warn,
H A Dutils.c35 int net_msg_warn __read_mostly = 1;
36 EXPORT_SYMBOL(net_msg_warn); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h1322 extern int net_msg_warn;
1324 do { if (net_msg_warn) printk(fmt,##args); } while (0)
1327 do { if (net_msg_warn && net_ratelimit()) printk(fmt,##args); } while(0)

Completed in 97 milliseconds