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

/linux-master/net/dccp/
H A Ddccp.h41 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) macro
42 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a)
45 #define dccp_pr_debug_cat(format, a...) do {} while (0) macro
H A Dfeat.c259 dccp_pr_debug_cat("(NULL)");
262 dccp_pr_debug_cat("%s%u", i ? " " : "", val->sp.vec[i]);
264 dccp_pr_debug_cat("%llu", (unsigned long long)val->nn);
266 dccp_pr_debug_cat("unknown type %u", type);
284 dccp_pr_debug_cat(", state=%s %s\n", dccp_feat_sname[entry->state],
291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
H A Doptions.c176 dccp_pr_debug_cat("\n");
188 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time);
H A Dipv4.c827 dccp_pr_debug_cat("\n");
830 dccp_pr_debug_cat(", ack=%llu\n", (unsigned long long)

Completed in 179 milliseconds