return cp;
invalid: /* skip the undersized data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len);
return cp0 + len;
trunc:
return cp;
invalid:
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len);
return cp0 + len;
trunc:
return decoder(ndo, cp, ep, len - 4);
invalid: /* skip the undersized data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp, len);
return cp + len;
trunc:
return decoder(ndo, cp, ep, len - 4);
invalid: /* skip the undersized data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp, len);
return cp + len;
trunc:
return of10_data_print(ndo, cp, ep, len - 4);
invalid: /* skip the undersized data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp, len);
return cp + len;
trunc:
return cp;
invalid: /* skip the undersized trailing data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp;
invalid: /* skip the rest of queue properties */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp;
invalid: /* skip the rest of queues */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp;
invalid: /* skip the rest of actions */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp;
invalid: /* skip the message body */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp + DESC_STR_LEN;
invalid: /* skip the message body */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp, len);
return cp + len;
trunc:
return cp;
invalid: /* skip the rest of flow statistics entries */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp + 4;
invalid: /* skip the message body */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp, len);
return cp + len;
trunc:
return cp;
invalid: /* skip the undersized trailing data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp;
invalid: /* skip the undersized trailing data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return cp;
invalid: /* skip the undersized trailing data */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
return of10_packet_data_print(ndo, cp, ep, len - OF_PACKET_OUT_LEN - actions_len);
invalid: /* skip the rest of the message body */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
ND_TCHECK_LEN(cp0, len0);
return cp0 + len0;
trunc:
goto next_message;
invalid: /* skip the message body */
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
next_message:
ND_TCHECK_LEN(cp0, len0 - OF_HEADER_LEN);
return cp0 + len0 - OF_HEADER_LEN;