Searched refs:DCCP_WARN (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dtfrc_equation.c632 DCCP_WARN("Value of p (%d) below resolution. "
673 DCCP_WARN("fvalue %u smaller than resolution\n", fvalue);
677 DCCP_WARN("fvalue %u exceeds bounds!\n", fvalue);
H A Dpacket_history.c474 DCCP_WARN("RTT sample %u too large, using max\n", sample);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doptions.c157 DCCP_WARN("Timestamp with zero value\n");
269 DCCP_WARN("DCCP(%p): Option %d (len=%d) error=%u\n", sk, opt, len, rc);
476 DCCP_WARN("length %u for feature %u too large\n", len, feat);
485 DCCP_WARN("packet too small for feature %d option!\n", feat);
H A Dipv4.c720 DCCP_WARN("pskb_may_pull failed\n");
728 DCCP_WARN("invalid packet type\n");
736 DCCP_WARN("P.Data Offset(%u) too small\n", dh->dccph_doff);
743 DCCP_WARN("P.Data Offset(%u) too large\n", dh->dccph_doff);
753 DCCP_WARN("P.type (%s) not Data || [Data]Ack, while P.X == 0\n",
764 DCCP_WARN("P.CsCov %u exceeds packet length %d\n",
794 DCCP_WARN("dropped packet with invalid checksum\n");
H A Dinput.c262 DCCP_WARN("DCCP: Step 6 failed for %s packet, "
731 DCCP_WARN("unusable RTT sample %ld, using min\n", delta);
735 DCCP_WARN("RTT sample %ld too large, using max\n", delta);
H A Dfeat.c126 DCCP_WARN("CsCov %u too small, peer requires >= %u\n",
1162 DCCP_WARN("Bogus Confirm for non-existing value\n");
1184 DCCP_WARN("Confirm selected the wrong value %u\n", *val);
1194 DCCP_WARN("Confirmation failed\n");
H A Dminisocks.c87 DCCP_WARN("time wait bucket table overflow\n");
H A Dproto.c500 DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n");
504 DCCP_WARN("sockopt(CHANGE_L/R) is deprecated: fix your app\n");
613 DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n");
943 DCCP_WARN("DCCP: ABORT -- %u bytes unread\n", data_was_unread);
H A Ddccp.h25 #define DCCP_WARN(fmt, a...) LIMIT_NETDEBUG(KERN_WARNING "%s: " fmt, \ macro
H A Doutput.c289 DCCP_WARN("Payload too large (%d) for featneg.\n", len);
H A Dipv6.c780 DCCP_WARN("dropped packet with invalid checksum\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c395 DCCP_WARN("%s(%p): %s with bogus ACK-%llu\n", dccp_role(sk), sk,
507 DCCP_WARN("%s(%p), invalid len %d "
529 DCCP_WARN("%s(%p), invalid len %d "
743 DCCP_WARN("No RTT estimate available, using fallback RTT\n");
750 DCCP_WARN("X_recv==0\n");
H A Dccid2.c146 DCCP_WARN("Limiting Ack Ratio (%u) to %u\n", val, max_ratio);

Completed in 67 milliseconds