Home
last modified time | relevance | path

Searched refs:DCCP_WARN (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/net/dccp/ccids/lib/
Dtfrc_equation.c629 DCCP_WARN("Value of p (%d) below resolution. " in tfrc_calc_x()
671 DCCP_WARN("fvalue %u smaller than resolution\n", fvalue); in tfrc_calc_x_reverse_lookup()
675 DCCP_WARN("fvalue %u exceeds bounds!\n", fvalue); in tfrc_calc_x_reverse_lookup()
Dpacket_history.c431 DCCP_WARN("RTT sample %u too large, using max\n", sample); in tfrc_rx_hist_sample_rtt()
/linux-6.1.9/net/dccp/
Doptions.c140 DCCP_WARN("Timestamp with zero value\n"); in dccp_parse_options()
256 DCCP_WARN("DCCP(%p): Option %d (len=%d) error=%u\n", sk, opt, len, rc); in dccp_parse_options()
410 DCCP_WARN("Lacking space for %u bytes on %s packet\n", len, in dccp_insert_option_ackvec()
421 DCCP_WARN("No space left for Ack Vector (%u) on skb (%u+%u), " in dccp_insert_option_ackvec()
511 DCCP_WARN("length %u for feature %u too large\n", len, feat); in dccp_insert_fn_opt()
520 DCCP_WARN("packet too small for feature %d option!\n", feat); in dccp_insert_fn_opt()
Dipv4.c732 DCCP_WARN("pskb_may_pull failed\n"); in dccp_invalid_packet()
740 DCCP_WARN("invalid packet type\n"); in dccp_invalid_packet()
749 DCCP_WARN("P.Data Offset(%u) too small\n", dccph_doff); in dccp_invalid_packet()
756 DCCP_WARN("P.Data Offset(%u) too large\n", dccph_doff); in dccp_invalid_packet()
766 DCCP_WARN("P.type (%s) not Data || [Data]Ack, while P.X == 0\n", in dccp_invalid_packet()
777 DCCP_WARN("P.CsCov %u exceeds packet length %d\n", in dccp_invalid_packet()
807 DCCP_WARN("dropped packet with invalid checksum\n"); in dccp_v4_rcv()
Dinput.c261 DCCP_WARN("Step 6 failed for %s packet, " in dccp_check_seqno()
730 DCCP_WARN("unusable RTT sample %ld, using min\n", delta); in dccp_sample_rtt()
734 DCCP_WARN("RTT sample %ld too large, using max\n", delta); in dccp_sample_rtt()
Dfeat.c122 DCCP_WARN("CsCov %u too small, peer requires >= %u\n", in dccp_hdlr_min_cscov()
1260 DCCP_WARN("Bogus Confirm for non-existing value\n"); in dccp_feat_confirm_recv()
1282 DCCP_WARN("Confirm selected the wrong value %u\n", *val); in dccp_feat_confirm_recv()
1292 DCCP_WARN("Confirmation failed\n"); in dccp_feat_confirm_recv()
1378 DCCP_WARN("Received illegal option %u\n", opt); in dccp_feat_handle_nn_established()
Dproto.c504 DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n"); in do_dccp_setsockopt()
508 DCCP_WARN("sockopt(CHANGE_L/R) is deprecated: fix your app\n"); in do_dccp_setsockopt()
618 DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n"); in do_dccp_getsockopt()
1010 DCCP_WARN("ABORT with %u bytes unread\n", data_was_unread); in dccp_close()
Dminisocks.c72 DCCP_WARN("time wait bucket table overflow\n"); in dccp_time_wait()
Doutput.c265 DCCP_WARN("Payload too large (%d) for featneg.\n", len); in dccp_xmit_packet()
327 DCCP_WARN("CCID did not manage to send all packets\n"); in dccp_flush_write_queue()
Dackvec.c204 DCCP_WARN("Warning: large burst loss (%u)\n", lost_packets); in dccp_ackvec_add_new()
Ddccp.h22 #define DCCP_WARN(fmt, ...) \ macro
Dipv6.c712 DCCP_WARN("dropped packet with invalid checksum\n"); in dccp_v6_rcv()
/linux-6.1.9/net/dccp/ccids/
Dccid3.c470 DCCP_WARN("%s(%p), invalid len %d for %u\n", in ccid3_hc_tx_parse_options()
680 DCCP_WARN("No RTT estimate available, using fallback RTT\n"); in ccid3_first_li()
689 DCCP_WARN("X_recv==0\n"); in ccid3_first_li()
Dccid2.c85 DCCP_WARN("Limiting Ack Ratio (%u) to %u\n", val, max_ratio); in ccid2_change_l_ack_ratio()