Searched refs:DCCP_CRIT (Results 1 – 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
D | tfrc.h | 38 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", in scaled_div32()
|
D | tfrc_equation.c | 623 DCCP_CRIT("WARNING: RTT is 0, returning maximum X_calc."); in tfrc_calc_x()
|
D | loss_interval.c | 145 DCCP_CRIT("Cannot allocate/add loss record."); in tfrc_lh_interval_add()
|
/kernel/linux/linux-4.19/net/dccp/ccids/lib/ |
D | tfrc.h | 42 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", in scaled_div32()
|
D | tfrc_equation.c | 627 DCCP_CRIT("WARNING: RTT is 0, returning maximum X_calc."); in tfrc_calc_x()
|
D | loss_interval.c | 149 DCCP_CRIT("Cannot allocate/add loss record."); in tfrc_lh_interval_add()
|
/kernel/linux/linux-4.19/net/dccp/ |
D | ackvec.c | 231 DCCP_CRIT("Ack Vector buffer overflow: dropping old entries"); in dccp_ackvec_add_new() 395 DCCP_CRIT("Unable to create Ack Vector slab cache"); in dccp_ackvec_init()
|
D | dccp.h | 27 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ macro 29 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0)
|
D | feat.c | 328 DCCP_CRIT("Feature #%d undefined: using default", idx); in __dccp_feat_activate() 1072 DCCP_CRIT("NULL feature value or array"); in dccp_feat_reconcile() 1526 DCCP_CRIT("Negotiation of %s %s failed in state %s", in dccp_feat_activate_values() 1544 DCCP_CRIT("Could not activate %d", idx); in dccp_feat_activate_values()
|
D | proto.c | 1179 DCCP_CRIT("Failed to allocate DCCP established hash table"); in dccp_init() 1202 DCCP_CRIT("Failed to allocate DCCP bind hash table"); in dccp_init()
|
D | options.c | 238 DCCP_CRIT("DCCP(%p): option %d(len=%d) not " in dccp_parse_options()
|
D | output.c | 646 DCCP_CRIT("could not send %s", dccp_packet_name(pkt_type)); in dccp_send_sync()
|
/kernel/linux/linux-5.10/net/dccp/ |
D | ackvec.c | 228 DCCP_CRIT("Ack Vector buffer overflow: dropping old entries"); in dccp_ackvec_add_new() 392 DCCP_CRIT("Unable to create Ack Vector slab cache"); in dccp_ackvec_init()
|
D | dccp.h | 24 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ macro 26 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0)
|
D | feat.c | 325 DCCP_CRIT("Feature #%d undefined: using default", idx); in __dccp_feat_activate() 1071 DCCP_CRIT("NULL feature value or array"); in dccp_feat_reconcile() 1528 DCCP_CRIT("Negotiation of %s %s failed in state %s", in dccp_feat_activate_values() 1546 DCCP_CRIT("Could not activate %d", idx); in dccp_feat_activate_values()
|
D | proto.c | 1161 DCCP_CRIT("Failed to allocate DCCP established hash table"); in dccp_init() 1184 DCCP_CRIT("Failed to allocate DCCP bind hash table"); in dccp_init()
|
D | options.c | 235 DCCP_CRIT("DCCP(%p): option %d(len=%d) not " in dccp_parse_options()
|
D | output.c | 642 DCCP_CRIT("could not send %s", dccp_packet_name(pkt_type)); in dccp_send_sync()
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
D | ccid2.c | 273 DCCP_CRIT("packet history - out of memory!"); in ccid2_hc_tx_packet_sent()
|
D | ccid3.c | 351 DCCP_CRIT("packet history - out of memory!"); in ccid3_hc_tx_packet_sent()
|
/kernel/linux/linux-4.19/net/dccp/ccids/ |
D | ccid3.c | 364 DCCP_CRIT("packet history - out of memory!"); in ccid3_hc_tx_packet_sent()
|
D | ccid2.c | 286 DCCP_CRIT("packet history - out of memory!"); in ccid2_hc_tx_packet_sent()
|