Searched refs:DCCP_WARN (Results 1 – 14 of 14) sorted by relevance
/linux/net/dccp/ccids/lib/ |
A D | tfrc_equation.c | 629 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()
|
A D | packet_history.c | 431 DCCP_WARN("RTT sample %u too large, using max\n", sample); in tfrc_rx_hist_sample_rtt()
|
/linux/net/dccp/ |
A D | options.c | 140 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()
|
A D | ipv4.c | 725 DCCP_WARN("pskb_may_pull failed\n"); in dccp_invalid_packet() 733 DCCP_WARN("invalid packet type\n"); in dccp_invalid_packet() 742 DCCP_WARN("P.Data Offset(%u) too small\n", dccph_doff); in dccp_invalid_packet() 749 DCCP_WARN("P.Data Offset(%u) too large\n", dccph_doff); in dccp_invalid_packet() 759 DCCP_WARN("P.type (%s) not Data || [Data]Ack, while P.X == 0\n", in dccp_invalid_packet() 770 DCCP_WARN("P.CsCov %u exceeds packet length %d\n", in dccp_invalid_packet() 800 DCCP_WARN("dropped packet with invalid checksum\n"); in dccp_v4_rcv()
|
A D | input.c | 261 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()
|
A D | feat.c | 122 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()
|
A D | proto.c | 516 DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n"); in do_dccp_setsockopt() 520 DCCP_WARN("sockopt(CHANGE_L/R) is deprecated: fix your app\n"); in do_dccp_setsockopt() 630 DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n"); in do_dccp_getsockopt() 1016 DCCP_WARN("ABORT with %u bytes unread\n", data_was_unread); in dccp_close()
|
A D | minisocks.c | 71 DCCP_WARN("time wait bucket table overflow\n"); in dccp_time_wait()
|
A D | output.c | 265 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()
|
A D | ackvec.c | 204 DCCP_WARN("Warning: large burst loss (%u)\n", lost_packets); in dccp_ackvec_add_new()
|
A D | dccp.h | 22 #define DCCP_WARN(fmt, ...) \ macro
|
A D | ipv6.c | 712 DCCP_WARN("dropped packet with invalid checksum\n"); in dccp_v6_rcv()
|
/linux/net/dccp/ccids/ |
A D | ccid3.c | 470 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()
|
A D | ccid2.c | 85 DCCP_WARN("Limiting Ack Ratio (%u) to %u\n", val, max_ratio); in ccid2_change_l_ack_ratio()
|
Completed in 23 milliseconds