Searched refs:dccp_pr_debug_cat (Results 1 – 4 of 4) sorted by relevance
/net/dccp/ |
D | dccp.h | 41 #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
|
D | feat.c | 259 dccp_pr_debug_cat("(NULL)"); in dccp_feat_printval() 262 dccp_pr_debug_cat("%s%u", i ? " " : "", val->sp.vec[i]); in dccp_feat_printval() 264 dccp_pr_debug_cat("%llu", (unsigned long long)val->nn); in dccp_feat_printval() 266 dccp_pr_debug_cat("unknown type %u", type); in dccp_feat_printval() 284 dccp_pr_debug_cat(", state=%s %s\n", dccp_feat_sname[entry->state], in dccp_feat_print_entry() 291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
|
D | options.c | 176 dccp_pr_debug_cat("\n"); in dccp_parse_options() 188 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time); in dccp_parse_options()
|
D | ipv4.c | 819 dccp_pr_debug_cat("\n"); in dccp_v4_rcv() 822 dccp_pr_debug_cat(", ack=%llu\n", (unsigned long long) in dccp_v4_rcv()
|