sctp_notify_assoc_change
sctp_notify_assoc_change(SCTP_COMM_UP, stcb, error, NULL, false, false, so_locked);
sctp_notify_assoc_change(SCTP_SHUTDOWN_COMP, stcb, error, NULL, false, false, so_locked);
sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, false, false, so_locked);
sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, false, false, so_locked);
sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, true, false, so_locked);
sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, true, false, so_locked);
sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, false, true, so_locked);
sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, false, true, so_locked);
sctp_notify_assoc_change(SCTP_RESTART, stcb, error, NULL, false, false, so_locked);