Home
last modified time | relevance | path

Searched refs:DCCP_CRIT (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/net/dccp/ccids/lib/
Dtfrc.h38 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", in scaled_div32()
Dtfrc_equation.c623 DCCP_CRIT("WARNING: RTT is 0, returning maximum X_calc."); in tfrc_calc_x()
Dloss_interval.c148 DCCP_CRIT("Cannot allocate/add loss record."); in tfrc_lh_interval_add()
/linux-6.6.21/net/dccp/
Dackvec.c228 DCCP_CRIT("Ack Vector buffer overflow: dropping old entries"); in dccp_ackvec_add_new()
397 DCCP_CRIT("Unable to create Ack Vector slab cache"); in dccp_ackvec_init()
Ddccp.h24 #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)
Dfeat.c325 DCCP_CRIT("Feature #%d undefined: using default", idx); in __dccp_feat_activate()
1077 DCCP_CRIT("NULL feature value or array"); in dccp_feat_reconcile()
1534 DCCP_CRIT("Negotiation of %s %s failed in state %s", in dccp_feat_activate_values()
1552 DCCP_CRIT("Could not activate %d", idx); in dccp_feat_activate_values()
Dproto.c1176 DCCP_CRIT("Failed to allocate DCCP established hash table"); in dccp_init()
1199 DCCP_CRIT("Failed to allocate DCCP bind hash table"); in dccp_init()
1207 DCCP_CRIT("Failed to allocate DCCP bind2 hash table"); in dccp_init()
Doptions.c235 DCCP_CRIT("DCCP(%p): option %d(len=%d) not " in dccp_parse_options()
Doutput.c651 DCCP_CRIT("could not send %s", dccp_packet_name(pkt_type)); in dccp_send_sync()
/linux-6.6.21/net/dccp/ccids/
Dccid3.c356 DCCP_CRIT("packet history - out of memory!"); in ccid3_hc_tx_packet_sent()
Dccid2.c276 DCCP_CRIT("packet history - out of memory!"); in ccid2_hc_tx_packet_sent()