Home
last modified time | relevance | path

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

/linux/net/dccp/
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
A Dfeat.c259 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)
A Doptions.c176 dccp_pr_debug_cat("\n"); in dccp_parse_options()
188 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time); in dccp_parse_options()
A Dipv4.c817 dccp_pr_debug_cat("\n"); in dccp_v4_rcv()
820 dccp_pr_debug_cat(", ack=%llu\n", (unsigned long long) in dccp_v4_rcv()

Completed in 11 milliseconds