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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c45 #define PRINTR(format, args...) do { if (net_ratelimit()) \ macro
108 PRINTR(KERN_ERR "ebt_ulog: can't alloc whole buffer "
115 PRINTR(KERN_ERR "ebt_ulog: can't even allocate "
143 PRINTR("ebt_ulog: Size %Zd needed, but nlbufsiz=%d\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ULOG.c60 #define PRINTR(format, args...) do { if (net_ratelimit()) printk(format , ## args); } while (0) macro
142 PRINTR("ipt_ULOG: can't alloc whole buffer %ub!\n", n);
150 PRINTR("ipt_ULOG: can't even allocate %ub\n",
279 PRINTR("ipt_ULOG: error during NLMSG_PUT\n");
282 PRINTR("ipt_ULOG: Error building netlink message\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_log.c43 #define PRINTR(x, args...) do { if (net_ratelimit()) \ macro
322 PRINTR("nfnetlink_log: can't alloc whole buffer (%u bytes)\n",
331 PRINTR("nfnetlink_log: can't even alloc %u "
540 PRINTR(KERN_ERR "nfnetlink_log: error creating log nlmsg\n");

Completed in 34 milliseconds