Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/
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...) macro
Dfeat.c257 dccp_pr_debug_cat("(NULL)"); in dccp_feat_printval()
260 dccp_pr_debug_cat("%s%u", i ? " " : "", val->sp.vec[i]); in dccp_feat_printval()
262 dccp_pr_debug_cat("%llu", (unsigned long long)val->nn); in dccp_feat_printval()
264 dccp_pr_debug_cat("unknown type %u", type); in dccp_feat_printval()
282 dccp_pr_debug_cat(", state=%s %s\n", dccp_feat_sname[entry->state], in dccp_feat_print_entry()
289 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
Doptions.c175 dccp_pr_debug_cat("\n"); in dccp_parse_options()
187 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time); in dccp_parse_options()
Dipv4.c803 dccp_pr_debug_cat("\n"); in dccp_v4_rcv()
806 dccp_pr_debug_cat(", ack=%llu\n", (unsigned long long) in dccp_v4_rcv()