sctp_log_maxburst
sctp_log_maxburst(net, ifp->if_snd.ifq_len, ifp->if_snd.ifq_maxlen, SCTP_MAX_IFP_APPLIED);
sctp_log_maxburst(net, 0, burst_limit, SCTP_MAX_BURST_APPLIED);
sctp_log_maxburst(asoc->primary_destination, error , burst_cnt, SCTP_MAX_BURST_ERROR_STOP);
sctp_log_maxburst(asoc->primary_destination, 0 , burst_cnt, SCTP_MAX_BURST_APPLIED);
void sctp_log_maxburst(struct sctp_nets *, int, int, uint8_t);