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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Ddccp.h44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) macro
45 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a)
48 #define dccp_pr_debug_cat(format, a...) macro
H A Dfeat.c261 dccp_pr_debug_cat("(NULL)");
264 dccp_pr_debug_cat("%s%u", i ? " " : "", val->sp.vec[i]);
266 dccp_pr_debug_cat("%llu", (unsigned long long)val->nn);
268 dccp_pr_debug_cat("unknown type %u", type);
286 dccp_pr_debug_cat(", state=%s %s\n", dccp_feat_sname[entry->state],
293 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
H A Doptions.c191 dccp_pr_debug_cat("\n");
203 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time);
H A Dipv4.c811 dccp_pr_debug_cat("\n");
814 dccp_pr_debug_cat(", ack=%llu\n", (unsigned long long)

Completed in 522 milliseconds