Home
last modified time | relevance | path

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

/net/sctp/
Dsm_statefuns.c4653 static const char err_str[] = "The following chunk had invalid length:"; in sctp_sf_violation_chunklen() local
4655 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunklen()
4656 sizeof(err_str)); in sctp_sf_violation_chunklen()
4716 static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:"; in sctp_sf_violation_ctsn() local
4718 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_ctsn()
4719 sizeof(err_str)); in sctp_sf_violation_ctsn()
4736 static const char err_str[] = "The following chunk violates protocol:"; in sctp_sf_violation_chunk() local
4741 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunk()
4742 sizeof(err_str)); in sctp_sf_violation_chunk()