Home
last modified time | relevance | path

Searched refs:DCCP_BUG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.c323 DCCP_BUG("invalid loss_count %d", h->loss_count); in tfrc_rx_handle_loss()
414 DCCP_BUG("please report to dccp@vger.kernel.org" in tfrc_rx_hist_sample_rtt()
/openbmc/linux/net/dccp/
H A Ddccp.h26 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0) macro
28 DCCP_BUG("\"%s\" holds (exception!)", \
H A Dminisocks.c252 DCCP_BUG("DCCP-ACK packets are never sent in LISTEN/RESPOND state"); in dccp_reqsk_send_ack()
H A Dfeat.c660 DCCP_BUG("unknown feature %u", pos->feat_num); in dccp_feat_insert_opts()
792 DCCP_BUG("attempt to look up unsupported feature %u", feat); in dccp_feat_nn_get()
1530 DCCP_BUG("Unknown feature %u", cur->feat_num); in dccp_feat_activate_values()
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c691 DCCP_BUG("stored value of X_recv is zero"); in ccid3_first_li()